Html Css Color HEX #BD9339 Hokey Pokey

📋 copy color: '#BD9339'

red 189 ◦ green 147 ◦ blue 57

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

Shades of Hokey Pokey #BD9339

Tints of Hokey Pokey #BD9339

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

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

R = 48.09%
G = 37.4%
B = 14.5%

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

#BD9339 (or 0xBD9339) is known color: Hokey Pokey. HEX triplet: BD, 93 and 39. RGB value is (189,147,57). Sum of RGB (Red+Green+Blue) = 189+147+57=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9339 is #426CC6. Grayscale: #959595. Windows color (decimal): -4353223 or 3773373. OLE color: 3773373.

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

Color convert

RGB 189 147 57 -
CMYK 0 0.22 0.70 0.26
HSL 40.91º 0.54% 0.48% -
HSV(B) 40.91º 0.7% 0.74% -
XYZ 32.16 31.98 8.35 -
YUV 149.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 189 147 57 0 0.22 0.70 0.26 40.91 0.54 0.48
Hex BD 93 39 0 16 46 1A 29 36 30
Octal 275 223 71 0 26 106 32 51 66 60
Binary 10111101 10010011 111001 0 10110 1000110 11010 101001 110110 110000

Color Harmonies of #BD9339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9339

Black with #BD9339

Text Example


Text Example

White with #BD9339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9339; }

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

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

background-color css

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

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

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

border-color css

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

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

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