Html Css Color HEX #BD9033 Hokey Pokey

📋 copy color: '#BD9033'

red 189 ◦ green 144 ◦ blue 51

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

Shades of Hokey Pokey #BD9033

Tints of Hokey Pokey #BD9033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.28%

R = 49.22%
G = 37.5%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD9033 (or 0xBD9033) is known color: Hokey Pokey. HEX triplet: BD, 90 and 33. RGB value is (189,144,51). Sum of RGB (Red+Green+Blue) = 189+144+51=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9033 is #426FCC. Grayscale: #939393. Windows color (decimal): -4353997 or 3379389. OLE color: 3379389.

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

Color convert

RGB 189 144 51 -
CMYK 0 0.24 0.73 0.26
HSL 40.43º 0.58% 0.47% -
HSV(B) 40.43º 0.73% 0.74% -
XYZ 31.56 31 7.45 -
YUV 146.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 189 144 51 0 0.24 0.73 0.26 40.43 0.58 0.47
Hex BD 90 33 0 18 49 1A 28 3A 2F
Octal 275 220 63 0 30 111 32 50 72 57
Binary 10111101 10010000 110011 0 11000 1001001 11010 101000 111010 101111

Color Harmonies of #BD9033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9033

Black with #BD9033

Text Example


Text Example

White with #BD9033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9033; }

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

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

background-color css

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

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

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

border-color css

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

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

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