Html Css Color HEX #BD8830 Hokey Pokey

📋 copy color: '#BD8830'

red 189 ◦ green 136 ◦ blue 48

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

Shades of Hokey Pokey #BD8830

Tints of Hokey Pokey #BD8830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 50.67%
G = 36.46%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD8830 (or 0xBD8830) is known color: Hokey Pokey. HEX triplet: BD, 88 and 30. RGB value is (189,136,48). Sum of RGB (Red+Green+Blue) = 189+136+48=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8830 is #4277CF. Grayscale: #8E8E8E. Windows color (decimal): -4356048 or 3180733. OLE color: 3180733.

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

Color convert

RGB 189 136 48 -
CMYK 0 0.28 0.75 0.26
HSL 37.45º 0.59% 0.46% -
HSV(B) 37.45º 0.75% 0.74% -
XYZ 30.32 28.64 6.73 -
YUV 141.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 189 136 48 0 0.28 0.75 0.26 37.45 0.59 0.46
Hex BD 88 30 0 1C 4B 1A 25 3B 2E
Octal 275 210 60 0 34 113 32 45 73 56
Binary 10111101 10001000 110000 0 11100 1001011 11010 100101 111011 101110

Color Harmonies of #BD8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8830

Black with #BD8830

Text Example


Text Example

White with #BD8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8830; }

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

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

background-color css

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

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

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

border-color css

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

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

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