Html Css Color HEX #BD9852 Tussock

📋 copy color: '#BD9852'

red 189 ◦ green 152 ◦ blue 82

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

Shades of Tussock #BD9852

Tints of Tussock #BD9852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 44.68%
G = 35.93%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD9852 (or 0xBD9852) is known color: Tussock. HEX triplet: BD, 98 and 52. RGB value is (189,152,82). Sum of RGB (Red+Green+Blue) = 189+152+82=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9852 is #4267AD. Grayscale: #9B9B9B. Windows color (decimal): -4351918 or 5413053. OLE color: 5413053.

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

Color convert

RGB 189 152 82 -
CMYK 0 0.20 0.57 0.26
HSL 39.25º 0.45% 0.53% -
HSV(B) 39.25º 0.57% 0.74% -
XYZ 33.74 33.88 12.74 -
YUV 155.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 189 152 82 0 0.20 0.57 0.26 39.25 0.45 0.53
Hex BD 98 52 0 14 39 1A 27 2D 35
Octal 275 230 122 0 24 71 32 47 55 65
Binary 10111101 10011000 1010010 0 10100 111001 11010 100111 101101 110101

Color Harmonies of #BD9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9852

Black with #BD9852

Text Example


Text Example

White with #BD9852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9852; }

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

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

background-color css

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

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

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

border-color css

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

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

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