Html Css Color HEX #BD8831 Hokey Pokey

📋 copy color: '#BD8831'

red 189 ◦ green 136 ◦ blue 49

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

Shades of Hokey Pokey #BD8831

Tints of Hokey Pokey #BD8831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 50.53%
G = 36.36%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD8831 (or 0xBD8831) is known color: Hokey Pokey. HEX triplet: BD, 88 and 31. RGB value is (189,136,49). Sum of RGB (Red+Green+Blue) = 189+136+49=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8831 is #4277CE. Grayscale: #8E8E8E. Windows color (decimal): -4356047 or 3246269. OLE color: 3246269.

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

Color convert

RGB 189 136 49 -
CMYK 0 0.28 0.74 0.26
HSL 37.29º 0.59% 0.47% -
HSV(B) 37.29º 0.74% 0.74% -
XYZ 30.34 28.65 6.84 -
YUV 141.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 189 136 49 0 0.28 0.74 0.26 37.29 0.59 0.47
Hex BD 88 31 0 1C 4A 1A 25 3B 2F
Octal 275 210 61 0 34 112 32 45 73 57
Binary 10111101 10001000 110001 0 11100 1001010 11010 100101 111011 101111

Color Harmonies of #BD8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8831

Black with #BD8831

Text Example


Text Example

White with #BD8831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8831; }

 p { color: rgb(189,136,49); }

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

background-color css

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

 a { background-color: rgb(189,136,49); }

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

border-color css

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

 span { border-color: rgb(189,136,49); }

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