Html Css Color HEX #BC8E33 Hokey Pokey

📋 copy color: '#BC8E33'

red 188 ◦ green 142 ◦ blue 51

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

Shades of Hokey Pokey #BC8E33

Tints of Hokey Pokey #BC8E33

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 49.34%
G = 37.27%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8E33 (or 0xBC8E33) is known color: Hokey Pokey. HEX triplet: BC, 8E and 33. RGB value is (188,142,51). Sum of RGB (Red+Green+Blue) = 188+142+51=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E33 is #4371CC. Grayscale: #919191. Windows color (decimal): -4420045 or 3378876. OLE color: 3378876.

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

Color convert

RGB 188 142 51 -
CMYK 0 0.24 0.73 0.26
HSL 39.85º 0.57% 0.47% -
HSV(B) 39.85º 0.73% 0.74% -
XYZ 31.01 30.28 7.34 -
YUV 145.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 188 142 51 0 0.24 0.73 0.26 39.85 0.57 0.47
Hex BC 8E 33 0 18 49 1A 28 39 2F
Octal 274 216 63 0 30 111 32 50 71 57
Binary 10111100 10001110 110011 0 11000 1001001 11010 101000 111001 101111

Color Harmonies of #BC8E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E33

Black with #BC8E33

Text Example


Text Example

White with #BC8E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E33; }

 p { color: rgb(188,142,51); }

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

background-color css

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

 a { background-color: rgb(188,142,51); }

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

border-color css

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

 span { border-color: rgb(188,142,51); }

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