Html Css Color HEX #BD994F Tussock

📋 copy color: '#BD994F'

red 189 ◦ green 153 ◦ blue 79

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

Shades of Tussock #BD994F

Tints of Tussock #BD994F

RGB

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

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

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

R = 44.89%
G = 36.34%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD994F (or 0xBD994F) is known color: Tussock. HEX triplet: BD, 99 and 4F. RGB value is (189,153,79). Sum of RGB (Red+Green+Blue) = 189+153+79=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD994F is #4266B0. Grayscale: #9B9B9B. Windows color (decimal): -4351665 or 5216701. OLE color: 5216701.

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

Color convert

RGB 189 153 79 -
CMYK 0 0.19 0.58 0.26
HSL 40.36º 0.45% 0.53% -
HSV(B) 40.36º 0.58% 0.74% -
XYZ 33.79 34.17 12.21 -
YUV 155.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 189 153 79 0 0.19 0.58 0.26 40.36 0.45 0.53
Hex BD 99 4F 0 13 3A 1A 28 2D 35
Octal 275 231 117 0 23 72 32 50 55 65
Binary 10111101 10011001 1001111 0 10011 111010 11010 101000 101101 110101

Color Harmonies of #BD994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD994F

Black with #BD994F

Text Example


Text Example

White with #BD994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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