Html Css Color HEX #BE9B51 Tussock

📋 copy color: '#BE9B51'

red 190 ◦ green 155 ◦ blue 81

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

Shades of Tussock #BE9B51

Tints of Tussock #BE9B51

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.38%

 BLUE value IS 81 (32.03% from 255) = 19.01%

R = 44.6%
G = 36.38%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE9B51 (or 0xBE9B51) is known color: Tussock. HEX triplet: BE, 9B and 51. RGB value is (190,155,81). Sum of RGB (Red+Green+Blue) = 190+155+81=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B51 is #4164AE. Grayscale: #9D9D9D. Windows color (decimal): -4285615 or 5348286. OLE color: 5348286.

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

Color convert

RGB 190 155 81 -
CMYK 0 0.18 0.57 0.25
HSL 40.73º 0.46% 0.53% -
HSV(B) 40.73º 0.57% 0.75% -
XYZ 34.44 34.98 12.72 -
YUV 157.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 190 155 81 0 0.18 0.57 0.25 40.73 0.46 0.53
Hex BE 9B 51 0 12 39 19 29 2E 35
Octal 276 233 121 0 22 71 31 51 56 65
Binary 10111110 10011011 1010001 0 10010 111001 11001 101001 101110 110101

Color Harmonies of #BE9B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B51

Black with #BE9B51

Text Example


Text Example

White with #BE9B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B51; }

 p { color: rgb(190,155,81); }

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

background-color css

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

 a { background-color: rgb(190,155,81); }

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

border-color css

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

 span { border-color: rgb(190,155,81); }

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