Html Css Color HEX #BD8635 Hokey Pokey

📋 copy color: '#BD8635'

red 189 ◦ green 134 ◦ blue 53

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

Shades of Hokey Pokey #BD8635

Tints of Hokey Pokey #BD8635

RGB

 RED value IS 189 (74.22% from 255) = 50.27%

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

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

R = 50.27%
G = 35.64%
B = 14.1%

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

#BD8635 (or 0xBD8635) is known color: Hokey Pokey. HEX triplet: BD, 86 and 35. RGB value is (189,134,53). Sum of RGB (Red+Green+Blue) = 189+134+53=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8635 is #4279CA. Grayscale: #8D8D8D. Windows color (decimal): -4356555 or 3507901. OLE color: 3507901.

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

Color convert

RGB 189 134 53 -
CMYK 0 0.29 0.72 0.26
HSL 35.74º 0.56% 0.47% -
HSV(B) 35.74º 0.72% 0.74% -
XYZ 30.15 28.13 7.21 -
YUV 141.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 189 134 53 0 0.29 0.72 0.26 35.74 0.56 0.47
Hex BD 86 35 0 1D 48 1A 24 38 2F
Octal 275 206 65 0 35 110 32 44 70 57
Binary 10111101 10000110 110101 0 11101 1001000 11010 100100 111000 101111

Color Harmonies of #BD8635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8635

Black with #BD8635

Text Example


Text Example

White with #BD8635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8635; }

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

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

background-color css

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

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

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

border-color css

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

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

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