Html Css Color HEX #BD8A4D Tussock

📋 copy color: '#BD8A4D'

red 189 ◦ green 138 ◦ blue 77

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

Shades of Tussock #BD8A4D

Tints of Tussock #BD8A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 46.78%
G = 34.16%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD8A4D (or 0xBD8A4D) is known color: Tussock. HEX triplet: BD, 8A and 4D. RGB value is (189,138,77). Sum of RGB (Red+Green+Blue) = 189+138+77=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A4D is #4275B2. Grayscale: #929292. Windows color (decimal): -4355507 or 5081789. OLE color: 5081789.

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

Color convert

RGB 189 138 77 -
CMYK 0 0.27 0.59 0.26
HSL 32.68º 0.46% 0.52% -
HSV(B) 32.68º 0.59% 0.74% -
XYZ 31.41 29.53 11.07 -
YUV 146.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 189 138 77 0 0.27 0.59 0.26 32.68 0.46 0.52
Hex BD 8A 4D 0 1B 3B 1A 21 2E 34
Octal 275 212 115 0 33 73 32 41 56 64
Binary 10111101 10001010 1001101 0 11011 111011 11010 100001 101110 110100

Color Harmonies of #BD8A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A4D

Black with #BD8A4D

Text Example


Text Example

White with #BD8A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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