Html Css Color HEX #BC8832 Hokey Pokey

📋 copy color: '#BC8832'

red 188 ◦ green 136 ◦ blue 50

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

Shades of Hokey Pokey #BC8832

Tints of Hokey Pokey #BC8832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 50.27%
G = 36.36%
B = 13.37%

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

#BC8832 (or 0xBC8832) is known color: Hokey Pokey. HEX triplet: BC, 88 and 32. RGB value is (188,136,50). Sum of RGB (Red+Green+Blue) = 188+136+50=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8832 is #4377CD. Grayscale: #8E8E8E. Windows color (decimal): -4421582 or 3311804. OLE color: 3311804.

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

Color convert

RGB 188 136 50 -
CMYK 0 0.28 0.73 0.26
HSL 37.39º 0.58% 0.47% -
HSV(B) 37.39º 0.73% 0.74% -
XYZ 30.12 28.53 6.94 -
YUV 141.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 188 136 50 0 0.28 0.73 0.26 37.39 0.58 0.47
Hex BC 88 32 0 1C 49 1A 25 3A 2F
Octal 274 210 62 0 34 111 32 45 72 57
Binary 10111100 10001000 110010 0 11100 1001001 11010 100101 111010 101111

Color Harmonies of #BC8832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8832

Black with #BC8832

Text Example


Text Example

White with #BC8832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8832; }

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

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

background-color css

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

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

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

border-color css

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

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

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