Html Css Color HEX #BD8846 Tussock

📋 copy color: '#BD8846'

red 189 ◦ green 136 ◦ blue 70

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

Shades of Tussock #BD8846

Tints of Tussock #BD8846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 47.85%
G = 34.43%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD8846 (or 0xBD8846) is known color: Tussock. HEX triplet: BD, 88 and 46. RGB value is (189,136,70). Sum of RGB (Red+Green+Blue) = 189+136+70=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8846 is #4277B9. Grayscale: #909090. Windows color (decimal): -4356026 or 4622525. OLE color: 4622525.

HSL color Cylindrical-coordinate representation of color #BD8846: hue angle of 33.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD8846 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 70 -
CMYK 0 0.28 0.63 0.26
HSL 33.28º 0.47% 0.51% -
HSV(B) 33.28º 0.63% 0.74% -
XYZ 30.9 28.87 9.74 -
YUV 144.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 189 136 70 0 0.28 0.63 0.26 33.28 0.47 0.51
Hex BD 88 46 0 1C 3F 1A 21 2F 33
Octal 275 210 106 0 34 77 32 41 57 63
Binary 10111101 10001000 1000110 0 11100 111111 11010 100001 101111 110011

Color Harmonies of #BD8846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8846

Black with #BD8846

Text Example


Text Example

White with #BD8846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8846; }

 p { color: rgb(189,136,70); }

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

background-color css

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

 a { background-color: rgb(189,136,70); }

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

border-color css

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

 span { border-color: rgb(189,136,70); }

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