Html Css Color HEX #BD9130 Hokey Pokey

📋 copy color: '#BD9130'

red 189 ◦ green 145 ◦ blue 48

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

Shades of Hokey Pokey #BD9130

Tints of Hokey Pokey #BD9130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 49.48%
G = 37.96%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD9130 (or 0xBD9130) is known color: Hokey Pokey. HEX triplet: BD, 91 and 30. RGB value is (189,145,48). Sum of RGB (Red+Green+Blue) = 189+145+48=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9130 is #426ECF. Grayscale: #939393. Windows color (decimal): -4353744 or 3183037. OLE color: 3183037.

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

Color convert

RGB 189 145 48 -
CMYK 0 0.23 0.75 0.26
HSL 41.28º 0.59% 0.46% -
HSV(B) 41.28º 0.75% 0.74% -
XYZ 31.65 31.28 7.17 -
YUV 147.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 189 145 48 0 0.23 0.75 0.26 41.28 0.59 0.46
Hex BD 91 30 0 17 4B 1A 29 3B 2E
Octal 275 221 60 0 27 113 32 51 73 56
Binary 10111101 10010001 110000 0 10111 1001011 11010 101001 111011 101110

Color Harmonies of #BD9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9130

Black with #BD9130

Text Example


Text Example

White with #BD9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9130; }

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

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

background-color css

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

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

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

border-color css

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

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

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