Html Css Color HEX #BD8D4A Tussock

📋 copy color: '#BD8D4A'

red 189 ◦ green 141 ◦ blue 74

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

Shades of Tussock #BD8D4A

Tints of Tussock #BD8D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 46.78%
G = 34.9%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD8D4A (or 0xBD8D4A) is known color: Tussock. HEX triplet: BD, 8D and 4A. RGB value is (189,141,74). Sum of RGB (Red+Green+Blue) = 189+141+74=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D4A is #4272B5. Grayscale: #949494. Windows color (decimal): -4354742 or 4885949. OLE color: 4885949.

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

Color convert

RGB 189 141 74 -
CMYK 0 0.25 0.61 0.26
HSL 34.96º 0.47% 0.52% -
HSV(B) 34.96º 0.61% 0.74% -
XYZ 31.75 30.36 10.67 -
YUV 147.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 189 141 74 0 0.25 0.61 0.26 34.96 0.47 0.52
Hex BD 8D 4A 0 19 3D 1A 23 2F 34
Octal 275 215 112 0 31 75 32 43 57 64
Binary 10111101 10001101 1001010 0 11001 111101 11010 100011 101111 110100

Color Harmonies of #BD8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D4A

Black with #BD8D4A

Text Example


Text Example

White with #BD8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D4A; }

 p { color: rgb(189,141,74); }

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

background-color css

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

 a { background-color: rgb(189,141,74); }

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

border-color css

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

 span { border-color: rgb(189,141,74); }

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