Html Css Color HEX #BD9452 Tussock

📋 copy color: '#BD9452'

red 189 ◦ green 148 ◦ blue 82

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

Shades of Tussock #BD9452

Tints of Tussock #BD9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 45.11%
G = 35.32%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD9452 (or 0xBD9452) is known color: Tussock. HEX triplet: BD, 94 and 52. RGB value is (189,148,82). Sum of RGB (Red+Green+Blue) = 189+148+82=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9452 is #426BAD. Grayscale: #999999. Windows color (decimal): -4352942 or 5412029. OLE color: 5412029.

HSL color Cylindrical-coordinate representation of color #BD9452: hue angle of 37.01º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD9452 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 148 82 -
CMYK 0 0.22 0.57 0.26
HSL 37.01º 0.45% 0.53% -
HSV(B) 37.01º 0.57% 0.74% -
XYZ 33.1 32.61 12.53 -
YUV 152.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 189 148 82 0 0.22 0.57 0.26 37.01 0.45 0.53
Hex BD 94 52 0 16 39 1A 25 2D 35
Octal 275 224 122 0 26 71 32 45 55 65
Binary 10111101 10010100 1010010 0 10110 111001 11010 100101 101101 110101

Color Harmonies of #BD9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9452

Black with #BD9452

Text Example


Text Example

White with #BD9452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9452; }

 p { color: rgb(189,148,82); }

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

background-color css

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

 a { background-color: rgb(189,148,82); }

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

border-color css

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

 span { border-color: rgb(189,148,82); }

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