Html Css Color HEX #BD9233 Hokey Pokey

📋 copy color: '#BD9233'

red 189 ◦ green 146 ◦ blue 51

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

Shades of Hokey Pokey #BD9233

Tints of Hokey Pokey #BD9233

RGB

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

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

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

R = 48.96%
G = 37.82%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD9233 (or 0xBD9233) is known color: Hokey Pokey. HEX triplet: BD, 92 and 33. RGB value is (189,146,51). Sum of RGB (Red+Green+Blue) = 189+146+51=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9233 is #426DCC. Grayscale: #949494. Windows color (decimal): -4353485 or 3379901. OLE color: 3379901.

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

Color convert

RGB 189 146 51 -
CMYK 0 0.23 0.73 0.26
HSL 41.3º 0.58% 0.47% -
HSV(B) 41.3º 0.73% 0.74% -
XYZ 31.86 31.62 7.56 -
YUV 148.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 189 146 51 0 0.23 0.73 0.26 41.3 0.58 0.47
Hex BD 92 33 0 17 49 1A 29 3A 2F
Octal 275 222 63 0 27 111 32 51 72 57
Binary 10111101 10010010 110011 0 10111 1001001 11010 101001 111010 101111

Color Harmonies of #BD9233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9233

Black with #BD9233

Text Example


Text Example

White with #BD9233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9233; }

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

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

background-color css

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

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

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

border-color css

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

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

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