Html Css Color HEX #BE9A4E Tussock

📋 copy color: '#BE9A4E'

red 190 ◦ green 154 ◦ blue 78

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

Shades of Tussock #BE9A4E

Tints of Tussock #BE9A4E

RGB

 RED value IS 190 (74.61% from 255) = 45.02%

 GREEN value IS 154 (60.55% from 255) = 36.49%

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

R = 45.02%
G = 36.49%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE9A4E (or 0xBE9A4E) is known color: Tussock. HEX triplet: BE, 9A and 4E. RGB value is (190,154,78). Sum of RGB (Red+Green+Blue) = 190+154+78=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A4E is #4165B1. Grayscale: #9C9C9C. Windows color (decimal): -4285874 or 5151422. OLE color: 5151422.

HSL color Cylindrical-coordinate representation of color #BE9A4E: hue angle of 40.71º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE9A4E is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 78 -
CMYK 0 0.19 0.59 0.25
HSL 40.71º 0.46% 0.53% -
HSV(B) 40.71º 0.59% 0.75% -
XYZ 34.17 34.61 12.09 -
YUV 156.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 190 154 78 0 0.19 0.59 0.25 40.71 0.46 0.53
Hex BE 9A 4E 0 13 3B 19 29 2E 35
Octal 276 232 116 0 23 73 31 51 56 65
Binary 10111110 10011010 1001110 0 10011 111011 11001 101001 101110 110101

Color Harmonies of #BE9A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A4E

Black with #BE9A4E

Text Example


Text Example

White with #BE9A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A4E; }

 p { color: rgb(190,154,78); }

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

background-color css

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

 a { background-color: rgb(190,154,78); }

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

border-color css

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

 span { border-color: rgb(190,154,78); }

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