Html Css Color HEX #BC8C36 Hokey Pokey

📋 copy color: '#BC8C36'

red 188 ◦ green 140 ◦ blue 54

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

Shades of Hokey Pokey #BC8C36

Tints of Hokey Pokey #BC8C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.14%

R = 49.21%
G = 36.65%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC8C36 (or 0xBC8C36) is known color: Hokey Pokey. HEX triplet: BC, 8C and 36. RGB value is (188,140,54). Sum of RGB (Red+Green+Blue) = 188+140+54=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C36 is #4373C9. Grayscale: #909090. Windows color (decimal): -4420554 or 3574972. OLE color: 3574972.

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

Color convert

RGB 188 140 54 -
CMYK 0 0.26 0.71 0.26
HSL 38.51º 0.55% 0.47% -
HSV(B) 38.51º 0.71% 0.74% -
XYZ 30.78 29.71 7.6 -
YUV 144.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 188 140 54 0 0.26 0.71 0.26 38.51 0.55 0.47
Hex BC 8C 36 0 1A 47 1A 27 37 2F
Octal 274 214 66 0 32 107 32 47 67 57
Binary 10111100 10001100 110110 0 11010 1000111 11010 100111 110111 101111

Color Harmonies of #BC8C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C36

Black with #BC8C36

Text Example


Text Example

White with #BC8C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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