Html Css Color HEX #BD8E4A Tussock

📋 copy color: '#BD8E4A'

red 189 ◦ green 142 ◦ blue 74

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

Shades of Tussock #BD8E4A

Tints of Tussock #BD8E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

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

R = 46.67%
G = 35.06%
B = 18.27%

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

#BD8E4A (or 0xBD8E4A) is known color: Tussock. HEX triplet: BD, 8E and 4A. RGB value is (189,142,74). Sum of RGB (Red+Green+Blue) = 189+142+74=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E4A is #4271B5. Grayscale: #949494. Windows color (decimal): -4354486 or 4886205. OLE color: 4886205.

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

Color convert

RGB 189 142 74 -
CMYK 0 0.25 0.61 0.26
HSL 35.48º 0.47% 0.52% -
HSV(B) 35.48º 0.61% 0.74% -
XYZ 31.9 30.66 10.72 -
YUV 148.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 189 142 74 0 0.25 0.61 0.26 35.48 0.47 0.52
Hex BD 8E 4A 0 19 3D 1A 23 2F 34
Octal 275 216 112 0 31 75 32 43 57 64
Binary 10111101 10001110 1001010 0 11001 111101 11010 100011 101111 110100

Color Harmonies of #BD8E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E4A

Black with #BD8E4A

Text Example


Text Example

White with #BD8E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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