Html Css Color HEX #BC9834 Hokey Pokey

📋 copy color: '#BC9834'

red 188 ◦ green 152 ◦ blue 52

#BC9834
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #BC9834

Tints of Hokey Pokey #BC9834

RGB

 RED value IS 188 (73.83% from 255) = 47.96%

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 47.96%
G = 38.78%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC9834 (or 0xBC9834) is known color: Hokey Pokey. HEX triplet: BC, 98 and 34. RGB value is (188,152,52). Sum of RGB (Red+Green+Blue) = 188+152+52=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9834 is #4367CB. Grayscale: #979797. Windows color (decimal): -4417484 or 3446972. OLE color: 3446972.

HSL color Cylindrical-coordinate representation of color #BC9834: hue angle of 44.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9834 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 52 -
CMYK 0 0.19 0.72 0.26
HSL 44.12º 0.57% 0.47% -
HSV(B) 44.12º 0.72% 0.74% -
XYZ 32.59 33.4 7.98 -
YUV 151.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 188 152 52 0 0.19 0.72 0.26 44.12 0.57 0.47
Hex BC 98 34 0 13 48 1A 2C 39 2F
Octal 274 230 64 0 23 110 32 54 71 57
Binary 10111100 10011000 110100 0 10011 1001000 11010 101100 111001 101111

Color Harmonies of #BC9834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9834

Black with #BC9834

Text Example


Text Example

White with #BC9834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9834; }

 p { color: rgb(188,152,52); }

 H1.HeaderClassName
 {
   color: #BC9834;
 }
 .AnyTagClassName
 {
   color: #BC9834;
 }
</style>

background-color css

<style>
 a { background-color: #BC9834; }

 a { background-color: rgb(188,152,52); }

 div.DivClassName
 {
   background-color: #BC9834;
 }
 .BgClassName
 {
   background-color: #BC9834;
 }
</style>

border-color css

<style>
 span { border-color: #BC9834; }

 span { border-color: rgb(188,152,52); }

 td.TdClassName
 {
   border-color: #BC9834;
 }
 .TagClassName
 {
   border-color: #BC9834;
 }
</style>