Html Css Color HEX #BC8635 Hokey Pokey

📋 copy color: '#BC8635'

red 188 ◦ green 134 ◦ blue 53

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

Shades of Hokey Pokey #BC8635

Tints of Hokey Pokey #BC8635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 50.13%
G = 35.73%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC8635 (or 0xBC8635) is known color: Hokey Pokey. HEX triplet: BC, 86 and 35. RGB value is (188,134,53). Sum of RGB (Red+Green+Blue) = 188+134+53=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8635 is #4379CA. Grayscale: #8D8D8D. Windows color (decimal): -4422091 or 3507900. OLE color: 3507900.

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

Color convert

RGB 188 134 53 -
CMYK 0 0.29 0.72 0.26
HSL 36º 0.56% 0.47% -
HSV(B) 36º 0.72% 0.74% -
XYZ 29.91 28 7.2 -
YUV 140.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 188 134 53 0 0.29 0.72 0.26 36 0.56 0.47
Hex BC 86 35 0 1D 48 1A 24 38 2F
Octal 274 206 65 0 35 110 32 44 70 57
Binary 10111100 10000110 110101 0 11101 1001000 11010 100100 111000 101111

Color Harmonies of #BC8635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8635

Black with #BC8635

Text Example


Text Example

White with #BC8635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8635; }

 p { color: rgb(188,134,53); }

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

background-color css

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

 a { background-color: rgb(188,134,53); }

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

border-color css

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

 span { border-color: rgb(188,134,53); }

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