Html Css Color HEX #BD8B4E Tussock

📋 copy color: '#BD8B4E'

red 189 ◦ green 139 ◦ blue 78

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

Shades of Tussock #BD8B4E

Tints of Tussock #BD8B4E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 46.55%
G = 34.24%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD8B4E (or 0xBD8B4E) is known color: Tussock. HEX triplet: BD, 8B and 4E. RGB value is (189,139,78). Sum of RGB (Red+Green+Blue) = 189+139+78=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B4E is #4274B1. Grayscale: #939393. Windows color (decimal): -4355250 or 5147581. OLE color: 5147581.

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

Color convert

RGB 189 139 78 -
CMYK 0 0.26 0.59 0.26
HSL 32.97º 0.46% 0.52% -
HSV(B) 32.97º 0.59% 0.74% -
XYZ 31.59 29.83 11.3 -
YUV 147 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 189 139 78 0 0.26 0.59 0.26 32.97 0.46 0.52
Hex BD 8B 4E 0 1A 3B 1A 21 2E 34
Octal 275 213 116 0 32 73 32 41 56 64
Binary 10111101 10001011 1001110 0 11010 111011 11010 100001 101110 110100

Color Harmonies of #BD8B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B4E

Black with #BD8B4E

Text Example


Text Example

White with #BD8B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B4E; }

 p { color: rgb(189,139,78); }

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

background-color css

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

 a { background-color: rgb(189,139,78); }

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

border-color css

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

 span { border-color: rgb(189,139,78); }

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