Html Css Color HEX #BC8833 Hokey Pokey

📋 copy color: '#BC8833'

red 188 ◦ green 136 ◦ blue 51

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

Shades of Hokey Pokey #BC8833

Tints of Hokey Pokey #BC8833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 50.13%
G = 36.27%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8833 (or 0xBC8833) is known color: Hokey Pokey. HEX triplet: BC, 88 and 33. RGB value is (188,136,51). Sum of RGB (Red+Green+Blue) = 188+136+51=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8833 is #4377CC. Grayscale: #8E8E8E. Windows color (decimal): -4421581 or 3377340. OLE color: 3377340.

HSL color Cylindrical-coordinate representation of color #BC8833: hue angle of 37.23º 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 #BC8833 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 51 -
CMYK 0 0.28 0.73 0.26
HSL 37.23º 0.57% 0.47% -
HSV(B) 37.23º 0.73% 0.74% -
XYZ 30.14 28.54 7.05 -
YUV 141.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 188 136 51 0 0.28 0.73 0.26 37.23 0.57 0.47
Hex BC 88 33 0 1C 49 1A 25 39 2F
Octal 274 210 63 0 34 111 32 45 71 57
Binary 10111100 10001000 110011 0 11100 1001001 11010 100101 111001 101111

Color Harmonies of #BC8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8833

Black with #BC8833

Text Example


Text Example

White with #BC8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8833; }

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

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

background-color css

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

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

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

border-color css

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

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

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