Html Css Color HEX #BC8732 Hokey Pokey

📋 copy color: '#BC8732'

red 188 ◦ green 135 ◦ blue 50

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

Shades of Hokey Pokey #BC8732

Tints of Hokey Pokey #BC8732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 50.4%
G = 36.19%
B = 13.4%

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

#BC8732 (or 0xBC8732) is known color: Hokey Pokey. HEX triplet: BC, 87 and 32. RGB value is (188,135,50). Sum of RGB (Red+Green+Blue) = 188+135+50=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8732 is #4378CD. Grayscale: #8D8D8D. Windows color (decimal): -4421838 or 3311548. OLE color: 3311548.

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

Color convert

RGB 188 135 50 -
CMYK 0 0.28 0.73 0.26
HSL 36.96º 0.58% 0.47% -
HSV(B) 36.96º 0.73% 0.74% -
XYZ 29.98 28.25 6.89 -
YUV 141.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 188 135 50 0 0.28 0.73 0.26 36.96 0.58 0.47
Hex BC 87 32 0 1C 49 1A 25 3A 2F
Octal 274 207 62 0 34 111 32 45 72 57
Binary 10111100 10000111 110010 0 11100 1001001 11010 100101 111010 101111

Color Harmonies of #BC8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8732

Black with #BC8732

Text Example


Text Example

White with #BC8732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8732; }

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

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

background-color css

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

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

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

border-color css

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

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

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