Html Css Color HEX #BE9A50 Tussock

📋 copy color: '#BE9A50'

red 190 ◦ green 154 ◦ blue 80

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

Shades of Tussock #BE9A50

Tints of Tussock #BE9A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 44.81%
G = 36.32%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE9A50 (or 0xBE9A50) is known color: Tussock. HEX triplet: BE, 9A and 50. RGB value is (190,154,80). Sum of RGB (Red+Green+Blue) = 190+154+80=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A50 is #4165AF. Grayscale: #9C9C9C. Windows color (decimal): -4285872 or 5282494. OLE color: 5282494.

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

Color convert

RGB 190 154 80 -
CMYK 0 0.19 0.58 0.25
HSL 40.36º 0.46% 0.53% -
HSV(B) 40.36º 0.58% 0.75% -
XYZ 34.24 34.64 12.47 -
YUV 156.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 190 154 80 0 0.19 0.58 0.25 40.36 0.46 0.53
Hex BE 9A 50 0 13 3A 19 28 2E 35
Octal 276 232 120 0 23 72 31 50 56 65
Binary 10111110 10011010 1010000 0 10011 111010 11001 101000 101110 110101

Color Harmonies of #BE9A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A50

Black with #BE9A50

Text Example


Text Example

White with #BE9A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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