Html Css Color HEX #BC8834 Hokey Pokey

📋 copy color: '#BC8834'

red 188 ◦ green 136 ◦ blue 52

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

Shades of Hokey Pokey #BC8834

Tints of Hokey Pokey #BC8834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 50%
G = 36.17%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC8834 (or 0xBC8834) is known color: Hokey Pokey. HEX triplet: BC, 88 and 34. RGB value is (188,136,52). Sum of RGB (Red+Green+Blue) = 188+136+52=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8834 is #4377CB. Grayscale: #8E8E8E. Windows color (decimal): -4421580 or 3442876. OLE color: 3442876.

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

Color convert

RGB 188 136 52 -
CMYK 0 0.28 0.72 0.26
HSL 37.06º 0.57% 0.47% -
HSV(B) 37.06º 0.72% 0.74% -
XYZ 30.16 28.55 7.17 -
YUV 141.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 188 136 52 0 0.28 0.72 0.26 37.06 0.57 0.47
Hex BC 88 34 0 1C 48 1A 25 39 2F
Octal 274 210 64 0 34 110 32 45 71 57
Binary 10111100 10001000 110100 0 11100 1001000 11010 100101 111001 101111

Color Harmonies of #BC8834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8834

Black with #BC8834

Text Example


Text Example

White with #BC8834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8834; }

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

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

background-color css

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

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

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

border-color css

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

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

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