Html Css Color HEX #BC8C32 Hokey Pokey

📋 copy color: '#BC8C32'

red 188 ◦ green 140 ◦ blue 50

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

Shades of Hokey Pokey #BC8C32

Tints of Hokey Pokey #BC8C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 49.74%
G = 37.04%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8C32 (or 0xBC8C32) is known color: Hokey Pokey. HEX triplet: BC, 8C and 32. RGB value is (188,140,50). Sum of RGB (Red+Green+Blue) = 188+140+50=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C32 is #4373CD. Grayscale: #909090. Windows color (decimal): -4420558 or 3312828. OLE color: 3312828.

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

Color convert

RGB 188 140 50 -
CMYK 0 0.26 0.73 0.26
HSL 39.13º 0.58% 0.47% -
HSV(B) 39.13º 0.73% 0.74% -
XYZ 30.69 29.68 7.13 -
YUV 144.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 188 140 50 0 0.26 0.73 0.26 39.13 0.58 0.47
Hex BC 8C 32 0 1A 49 1A 27 3A 2F
Octal 274 214 62 0 32 111 32 47 72 57
Binary 10111100 10001100 110010 0 11010 1001001 11010 100111 111010 101111

Color Harmonies of #BC8C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C32

Black with #BC8C32

Text Example


Text Example

White with #BC8C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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