Html Css Color HEX #BC9836 Hokey Pokey

📋 copy color: '#BC9836'

red 188 ◦ green 152 ◦ blue 54

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

Shades of Hokey Pokey #BC9836

Tints of Hokey Pokey #BC9836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.71%

R = 47.72%
G = 38.58%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC9836 (or 0xBC9836) is known color: Hokey Pokey. HEX triplet: BC, 98 and 36. RGB value is (188,152,54). Sum of RGB (Red+Green+Blue) = 188+152+54=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9836 is #4367C9. Grayscale: #989898. Windows color (decimal): -4417482 or 3578044. OLE color: 3578044.

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

Color convert

RGB 188 152 54 -
CMYK 0 0.19 0.71 0.26
HSL 43.88º 0.55% 0.47% -
HSV(B) 43.88º 0.71% 0.74% -
XYZ 32.63 33.41 8.22 -
YUV 151.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 188 152 54 0 0.19 0.71 0.26 43.88 0.55 0.47
Hex BC 98 36 0 13 47 1A 2C 37 2F
Octal 274 230 66 0 23 107 32 54 67 57
Binary 10111100 10011000 110110 0 10011 1000111 11010 101100 110111 101111

Color Harmonies of #BC9836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9836

Black with #BC9836

Text Example


Text Example

White with #BC9836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9836; }

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

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

background-color css

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

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

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

border-color css

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

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

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