Html Css Color HEX #BD9034 Hokey Pokey

📋 copy color: '#BD9034'

red 189 ◦ green 144 ◦ blue 52

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

Shades of Hokey Pokey #BD9034

Tints of Hokey Pokey #BD9034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 49.09%
G = 37.4%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD9034 (or 0xBD9034) is known color: Hokey Pokey. HEX triplet: BD, 90 and 34. RGB value is (189,144,52). Sum of RGB (Red+Green+Blue) = 189+144+52=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9034 is #426FCB. Grayscale: #939393. Windows color (decimal): -4353996 or 3444925. OLE color: 3444925.

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

Color convert

RGB 189 144 52 -
CMYK 0 0.24 0.72 0.26
HSL 40.29º 0.57% 0.47% -
HSV(B) 40.29º 0.72% 0.74% -
XYZ 31.58 31.01 7.57 -
YUV 146.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 189 144 52 0 0.24 0.72 0.26 40.29 0.57 0.47
Hex BD 90 34 0 18 48 1A 28 39 2F
Octal 275 220 64 0 30 110 32 50 71 57
Binary 10111101 10010000 110100 0 11000 1001000 11010 101000 111001 101111

Color Harmonies of #BD9034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9034

Black with #BD9034

Text Example


Text Example

White with #BD9034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9034; }

 p { color: rgb(189,144,52); }

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

background-color css

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

 a { background-color: rgb(189,144,52); }

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

border-color css

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

 span { border-color: rgb(189,144,52); }

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