Html Css Color HEX #BD9539 Hokey Pokey

📋 copy color: '#BD9539'

red 189 ◦ green 149 ◦ blue 57

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

Shades of Hokey Pokey #BD9539

Tints of Hokey Pokey #BD9539

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 57 (22.66% from 255) = 14.43%

R = 47.85%
G = 37.72%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD9539 (or 0xBD9539) is known color: Hokey Pokey. HEX triplet: BD, 95 and 39. RGB value is (189,149,57). Sum of RGB (Red+Green+Blue) = 189+149+57=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9539 is #426AC6. Grayscale: #969696. Windows color (decimal): -4352711 or 3773885. OLE color: 3773885.

HSL color Cylindrical-coordinate representation of color #BD9539: hue angle of 41.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9539 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 57 -
CMYK 0 0.21 0.70 0.26
HSL 41.82º 0.54% 0.48% -
HSV(B) 41.82º 0.7% 0.74% -
XYZ 32.47 32.61 8.45 -
YUV 150.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 189 149 57 0 0.21 0.70 0.26 41.82 0.54 0.48
Hex BD 95 39 0 15 46 1A 2A 36 30
Octal 275 225 71 0 25 106 32 52 66 60
Binary 10111101 10010101 111001 0 10101 1000110 11010 101010 110110 110000

Color Harmonies of #BD9539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9539

Black with #BD9539

Text Example


Text Example

White with #BD9539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9539; }

 p { color: rgb(189,149,57); }

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

background-color css

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

 a { background-color: rgb(189,149,57); }

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

border-color css

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

 span { border-color: rgb(189,149,57); }

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