Html Css Color HEX #BD9030 Hokey Pokey

📋 copy color: '#BD9030'

red 189 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #BD9030

Tints of Hokey Pokey #BD9030

RGB

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

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

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

R = 49.61%
G = 37.8%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD9030 (or 0xBD9030) is known color: Hokey Pokey. HEX triplet: BD, 90 and 30. RGB value is (189,144,48). Sum of RGB (Red+Green+Blue) = 189+144+48=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9030 is #426FCF. Grayscale: #929292. Windows color (decimal): -4354000 or 3182781. OLE color: 3182781.

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

Color convert

RGB 189 144 48 -
CMYK 0 0.24 0.75 0.26
HSL 40.85º 0.59% 0.46% -
HSV(B) 40.85º 0.75% 0.74% -
XYZ 31.49 30.98 7.12 -
YUV 146.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 189 144 48 0 0.24 0.75 0.26 40.85 0.59 0.46
Hex BD 90 30 0 18 4B 1A 29 3B 2E
Octal 275 220 60 0 30 113 32 51 73 56
Binary 10111101 10010000 110000 0 11000 1001011 11010 101001 111011 101110

Color Harmonies of #BD9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9030

Black with #BD9030

Text Example


Text Example

White with #BD9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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