Html Css Color HEX #BC8734 Hokey Pokey

📋 copy color: '#BC8734'

red 188 ◦ green 135 ◦ blue 52

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

Shades of Hokey Pokey #BC8734

Tints of Hokey Pokey #BC8734

RGB

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

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

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

R = 50.13%
G = 36%
B = 13.87%

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

#BC8734 (or 0xBC8734) is known color: Hokey Pokey. HEX triplet: BC, 87 and 34. RGB value is (188,135,52). Sum of RGB (Red+Green+Blue) = 188+135+52=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8734 is #4378CB. Grayscale: #8D8D8D. Windows color (decimal): -4421836 or 3442620. OLE color: 3442620.

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

Color convert

RGB 188 135 52 -
CMYK 0 0.28 0.72 0.26
HSL 36.62º 0.57% 0.47% -
HSV(B) 36.62º 0.72% 0.74% -
XYZ 30.02 28.27 7.12 -
YUV 141.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 188 135 52 0 0.28 0.72 0.26 36.62 0.57 0.47
Hex BC 87 34 0 1C 48 1A 25 39 2F
Octal 274 207 64 0 34 110 32 45 71 57
Binary 10111100 10000111 110100 0 11100 1001000 11010 100101 111001 101111

Color Harmonies of #BC8734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8734

Black with #BC8734

Text Example


Text Example

White with #BC8734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8734; }

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

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

background-color css

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

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

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

border-color css

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

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

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