Html Css Color HEX #BD9232 Hokey Pokey

📋 copy color: '#BD9232'

red 189 ◦ green 146 ◦ blue 50

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

Shades of Hokey Pokey #BD9232

Tints of Hokey Pokey #BD9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 49.09%
G = 37.92%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD9232 (or 0xBD9232) is known color: Hokey Pokey. HEX triplet: BD, 92 and 32. RGB value is (189,146,50). Sum of RGB (Red+Green+Blue) = 189+146+50=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9232 is #426DCD. Grayscale: #949494. Windows color (decimal): -4353486 or 3314365. OLE color: 3314365.

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

Color convert

RGB 189 146 50 -
CMYK 0 0.23 0.74 0.26
HSL 41.44º 0.58% 0.47% -
HSV(B) 41.44º 0.74% 0.74% -
XYZ 31.84 31.61 7.44 -
YUV 147.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 189 146 50 0 0.23 0.74 0.26 41.44 0.58 0.47
Hex BD 92 32 0 17 4A 1A 29 3A 2F
Octal 275 222 62 0 27 112 32 51 72 57
Binary 10111101 10010010 110010 0 10111 1001010 11010 101001 111010 101111

Color Harmonies of #BD9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9232

Black with #BD9232

Text Example


Text Example

White with #BD9232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9232; }

 p { color: rgb(189,146,50); }

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

background-color css

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

 a { background-color: rgb(189,146,50); }

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

border-color css

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

 span { border-color: rgb(189,146,50); }

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