Html Css Color HEX #BD864E Tussock

📋 copy color: '#BD864E'

red 189 ◦ green 134 ◦ blue 78

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

Shades of Tussock #BD864E

Tints of Tussock #BD864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 47.13%
G = 33.42%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD864E (or 0xBD864E) is known color: Tussock. HEX triplet: BD, 86 and 4E. RGB value is (189,134,78). Sum of RGB (Red+Green+Blue) = 189+134+78=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD864E is #4279B1. Grayscale: #909090. Windows color (decimal): -4356530 or 5146301. OLE color: 5146301.

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

Color convert

RGB 189 134 78 -
CMYK 0 0.29 0.59 0.26
HSL 30.27º 0.46% 0.52% -
HSV(B) 30.27º 0.59% 0.74% -
XYZ 30.89 28.42 11.07 -
YUV 144.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 189 134 78 0 0.29 0.59 0.26 30.27 0.46 0.52
Hex BD 86 4E 0 1D 3B 1A 1E 2E 34
Octal 275 206 116 0 35 73 32 36 56 64
Binary 10111101 10000110 1001110 0 11101 111011 11010 11110 101110 110100

Color Harmonies of #BD864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD864E

Black with #BD864E

Text Example


Text Example

White with #BD864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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