Html Css Color HEX #BE9953 Tussock

📋 copy color: '#BE9953'

red 190 ◦ green 153 ◦ blue 83

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

Shades of Tussock #BE9953

Tints of Tussock #BE9953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 44.6%
G = 35.92%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE9953 (or 0xBE9953) is known color: Tussock. HEX triplet: BE, 99 and 53. RGB value is (190,153,83). Sum of RGB (Red+Green+Blue) = 190+153+83=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9953 is #4166AC. Grayscale: #9C9C9C. Windows color (decimal): -4286125 or 5478846. OLE color: 5478846.

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

Color convert

RGB 190 153 83 -
CMYK 0 0.19 0.56 0.25
HSL 39.25º 0.45% 0.54% -
HSV(B) 39.25º 0.56% 0.75% -
XYZ 34.19 34.35 13.01 -
YUV 156.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 190 153 83 0 0.19 0.56 0.25 39.25 0.45 0.54
Hex BE 99 53 0 13 38 19 27 2D 36
Octal 276 231 123 0 23 70 31 47 55 66
Binary 10111110 10011001 1010011 0 10011 111000 11001 100111 101101 110110

Color Harmonies of #BE9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9953

Black with #BE9953

Text Example


Text Example

White with #BE9953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9953; }

 p { color: rgb(190,153,83); }

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

background-color css

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

 a { background-color: rgb(190,153,83); }

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

border-color css

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

 span { border-color: rgb(190,153,83); }

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