Html Css Color HEX #BD894F Tussock

📋 copy color: '#BD894F'

red 189 ◦ green 137 ◦ blue 79

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

Shades of Tussock #BD894F

Tints of Tussock #BD894F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 79 (31.25% from 255) = 19.51%

R = 46.67%
G = 33.83%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD894F (or 0xBD894F) is known color: Tussock. HEX triplet: BD, 89 and 4F. RGB value is (189,137,79). Sum of RGB (Red+Green+Blue) = 189+137+79=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD894F is #4276B0. Grayscale: #929292. Windows color (decimal): -4355761 or 5212605. OLE color: 5212605.

HSL color Cylindrical-coordinate representation of color #BD894F: hue angle of 31.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD894F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 79 -
CMYK 0 0.28 0.58 0.26
HSL 31.64º 0.45% 0.53% -
HSV(B) 31.64º 0.58% 0.74% -
XYZ 31.34 29.27 11.4 -
YUV 145.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 189 137 79 0 0.28 0.58 0.26 31.64 0.45 0.53
Hex BD 89 4F 0 1C 3A 1A 20 2D 35
Octal 275 211 117 0 34 72 32 40 55 65
Binary 10111101 10001001 1001111 0 11100 111010 11010 100000 101101 110101

Color Harmonies of #BD894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD894F

Black with #BD894F

Text Example


Text Example

White with #BD894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD894F; }

 p { color: rgb(189,137,79); }

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

background-color css

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

 a { background-color: rgb(189,137,79); }

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

border-color css

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

 span { border-color: rgb(189,137,79); }

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