Html Css Color HEX #BD8A4F Tussock

📋 copy color: '#BD8A4F'

red 189 ◦ green 138 ◦ blue 79

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

Shades of Tussock #BD8A4F

Tints of Tussock #BD8A4F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 46.55%
G = 33.99%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD8A4F (or 0xBD8A4F) is known color: Tussock. HEX triplet: BD, 8A and 4F. RGB value is (189,138,79). Sum of RGB (Red+Green+Blue) = 189+138+79=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A4F is #4275B0. Grayscale: #929292. Windows color (decimal): -4355505 or 5212861. OLE color: 5212861.

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

Color convert

RGB 189 138 79 -
CMYK 0 0.27 0.58 0.26
HSL 32.18º 0.45% 0.53% -
HSV(B) 32.18º 0.58% 0.74% -
XYZ 31.49 29.56 11.44 -
YUV 146.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 189 138 79 0 0.27 0.58 0.26 32.18 0.45 0.53
Hex BD 8A 4F 0 1B 3A 1A 20 2D 35
Octal 275 212 117 0 33 72 32 40 55 65
Binary 10111101 10001010 1001111 0 11011 111010 11010 100000 101101 110101

Color Harmonies of #BD8A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A4F

Black with #BD8A4F

Text Example


Text Example

White with #BD8A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A4F; }

 p { color: rgb(189,138,79); }

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

background-color css

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

 a { background-color: rgb(189,138,79); }

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

border-color css

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

 span { border-color: rgb(189,138,79); }

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