Html Css Color HEX #BD9439 Hokey Pokey

📋 copy color: '#BD9439'

red 189 ◦ green 148 ◦ blue 57

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

Shades of Hokey Pokey #BD9439

Tints of Hokey Pokey #BD9439

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 47.97%
G = 37.56%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD9439 (or 0xBD9439) is known color: Hokey Pokey. HEX triplet: BD, 94 and 39. RGB value is (189,148,57). Sum of RGB (Red+Green+Blue) = 189+148+57=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9439 is #426BC6. Grayscale: #969696. Windows color (decimal): -4352967 or 3773629. OLE color: 3773629.

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

Color convert

RGB 189 148 57 -
CMYK 0 0.22 0.70 0.26
HSL 41.36º 0.54% 0.48% -
HSV(B) 41.36º 0.7% 0.74% -
XYZ 32.31 32.29 8.4 -
YUV 149.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 189 148 57 0 0.22 0.70 0.26 41.36 0.54 0.48
Hex BD 94 39 0 16 46 1A 29 36 30
Octal 275 224 71 0 26 106 32 51 66 60
Binary 10111101 10010100 111001 0 10110 1000110 11010 101001 110110 110000

Color Harmonies of #BD9439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9439

Black with #BD9439

Text Example


Text Example

White with #BD9439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9439; }

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

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

background-color css

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

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

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

border-color css

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

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

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