Html Css Color HEX #BE9C50 Tussock

📋 copy color: '#BE9C50'

red 190 ◦ green 156 ◦ blue 80

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

Shades of Tussock #BE9C50

Tints of Tussock #BE9C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

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

R = 44.6%
G = 36.62%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE9C50 (or 0xBE9C50) is known color: Tussock. HEX triplet: BE, 9C and 50. RGB value is (190,156,80). Sum of RGB (Red+Green+Blue) = 190+156+80=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C50 is #4163AF. Grayscale: #9D9D9D. Windows color (decimal): -4285360 or 5283006. OLE color: 5283006.

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

Color convert

RGB 190 156 80 -
CMYK 0 0.18 0.58 0.25
HSL 41.45º 0.46% 0.53% -
HSV(B) 41.45º 0.58% 0.75% -
XYZ 34.57 35.3 12.58 -
YUV 157.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 190 156 80 0 0.18 0.58 0.25 41.45 0.46 0.53
Hex BE 9C 50 0 12 3A 19 29 2E 35
Octal 276 234 120 0 22 72 31 51 56 65
Binary 10111110 10011100 1010000 0 10010 111010 11001 101001 101110 110101

Color Harmonies of #BE9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C50

Black with #BE9C50

Text Example


Text Example

White with #BE9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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