Html Css Color HEX #BD894D Tussock

📋 copy color: '#BD894D'

red 189 ◦ green 137 ◦ blue 77

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

Shades of Tussock #BD894D

Tints of Tussock #BD894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 46.9%
G = 34%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD894D (or 0xBD894D) is known color: Tussock. HEX triplet: BD, 89 and 4D. RGB value is (189,137,77). Sum of RGB (Red+Green+Blue) = 189+137+77=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD894D is #4276B2. Grayscale: #929292. Windows color (decimal): -4355763 or 5081533. OLE color: 5081533.

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

Color convert

RGB 189 137 77 -
CMYK 0 0.28 0.59 0.26
HSL 32.14º 0.46% 0.52% -
HSV(B) 32.14º 0.59% 0.74% -
XYZ 31.27 29.25 11.02 -
YUV 145.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 189 137 77 0 0.28 0.59 0.26 32.14 0.46 0.52
Hex BD 89 4D 0 1C 3B 1A 20 2E 34
Octal 275 211 115 0 34 73 32 40 56 64
Binary 10111101 10001001 1001101 0 11100 111011 11010 100000 101110 110100

Color Harmonies of #BD894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD894D

Black with #BD894D

Text Example


Text Example

White with #BD894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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