Html Css Color HEX #BD9136 Hokey Pokey

📋 copy color: '#BD9136'

red 189 ◦ green 145 ◦ blue 54

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

Shades of Hokey Pokey #BD9136

Tints of Hokey Pokey #BD9136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.37%

 BLUE value IS 54 (21.48% from 255) = 13.92%

R = 48.71%
G = 37.37%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD9136 (or 0xBD9136) is known color: Hokey Pokey. HEX triplet: BD, 91 and 36. RGB value is (189,145,54). Sum of RGB (Red+Green+Blue) = 189+145+54=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9136 is #426EC9. Grayscale: #949494. Windows color (decimal): -4353738 or 3576253. OLE color: 3576253.

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

Color convert

RGB 189 145 54 -
CMYK 0 0.23 0.71 0.26
HSL 40.44º 0.56% 0.48% -
HSV(B) 40.44º 0.71% 0.74% -
XYZ 31.78 31.34 7.86 -
YUV 147.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 189 145 54 0 0.23 0.71 0.26 40.44 0.56 0.48
Hex BD 91 36 0 17 47 1A 28 38 30
Octal 275 221 66 0 27 107 32 50 70 60
Binary 10111101 10010001 110110 0 10111 1000111 11010 101000 111000 110000

Color Harmonies of #BD9136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9136

Black with #BD9136

Text Example


Text Example

White with #BD9136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9136; }

 p { color: rgb(189,145,54); }

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

background-color css

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

 a { background-color: rgb(189,145,54); }

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

border-color css

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

 span { border-color: rgb(189,145,54); }

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