Html Css Color HEX #BD854E Tussock

📋 copy color: '#BD854E'

red 189 ◦ green 133 ◦ blue 78

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

Shades of Tussock #BD854E

Tints of Tussock #BD854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 47.25%
G = 33.25%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD854E (or 0xBD854E) is known color: Tussock. HEX triplet: BD, 85 and 4E. RGB value is (189,133,78). Sum of RGB (Red+Green+Blue) = 189+133+78=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD854E is #427AB1. Grayscale: #8F8F8F. Windows color (decimal): -4356786 or 5146045. OLE color: 5146045.

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

Color convert

RGB 189 133 78 -
CMYK 0 0.30 0.59 0.26
HSL 29.73º 0.46% 0.52% -
HSV(B) 29.73º 0.59% 0.74% -
XYZ 30.75 28.14 11.02 -
YUV 143.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 189 133 78 0 0.30 0.59 0.26 29.73 0.46 0.52
Hex BD 85 4E 0 1E 3B 1A 1E 2E 34
Octal 275 205 116 0 36 73 32 36 56 64
Binary 10111101 10000101 1001110 0 11110 111011 11010 11110 101110 110100

Color Harmonies of #BD854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD854E

Black with #BD854E

Text Example


Text Example

White with #BD854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD854E; }

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

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

background-color css

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

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

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

border-color css

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

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

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