Html Css Color HEX #BE964E Tussock

📋 copy color: '#BE964E'

red 190 ◦ green 150 ◦ blue 78

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

Shades of Tussock #BE964E

Tints of Tussock #BE964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

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

R = 45.45%
G = 35.89%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE964E (or 0xBE964E) is known color: Tussock. HEX triplet: BE, 96 and 4E. RGB value is (190,150,78). Sum of RGB (Red+Green+Blue) = 190+150+78=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE964E is #4169B1. Grayscale: #9A9A9A. Windows color (decimal): -4286898 or 5150398. OLE color: 5150398.

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

Color convert

RGB 190 150 78 -
CMYK 0 0.21 0.59 0.25
HSL 38.57º 0.46% 0.53% -
HSV(B) 38.57º 0.59% 0.75% -
XYZ 33.52 33.31 11.87 -
YUV 153.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 190 150 78 0 0.21 0.59 0.25 38.57 0.46 0.53
Hex BE 96 4E 0 15 3B 19 27 2E 35
Octal 276 226 116 0 25 73 31 47 56 65
Binary 10111110 10010110 1001110 0 10101 111011 11001 100111 101110 110101

Color Harmonies of #BE964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE964E

Black with #BE964E

Text Example


Text Example

White with #BE964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE964E; }

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

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

background-color css

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

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

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

border-color css

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

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

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