Html Css Color HEX #BD994E Tussock

📋 copy color: '#BD994E'

red 189 ◦ green 153 ◦ blue 78

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

Shades of Tussock #BD994E

Tints of Tussock #BD994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 45%
G = 36.43%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD994E (or 0xBD994E) is known color: Tussock. HEX triplet: BD, 99 and 4E. RGB value is (189,153,78). Sum of RGB (Red+Green+Blue) = 189+153+78=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD994E is #4266B1. Grayscale: #9B9B9B. Windows color (decimal): -4351666 or 5151165. OLE color: 5151165.

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

Color convert

RGB 189 153 78 -
CMYK 0 0.19 0.59 0.26
HSL 40.54º 0.46% 0.52% -
HSV(B) 40.54º 0.59% 0.74% -
XYZ 33.75 34.15 12.02 -
YUV 155.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 189 153 78 0 0.19 0.59 0.26 40.54 0.46 0.52
Hex BD 99 4E 0 13 3B 1A 29 2E 34
Octal 275 231 116 0 23 73 32 51 56 64
Binary 10111101 10011001 1001110 0 10011 111011 11010 101001 101110 110100

Color Harmonies of #BD994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD994E

Black with #BD994E

Text Example


Text Example

White with #BD994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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