Html Css Color HEX #BE9C53 Tussock

📋 copy color: '#BE9C53'

red 190 ◦ green 156 ◦ blue 83

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

Shades of Tussock #BE9C53

Tints of Tussock #BE9C53

RGB

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

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

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

R = 44.29%
G = 36.36%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE9C53 (or 0xBE9C53) is known color: Tussock. HEX triplet: BE, 9C and 53. RGB value is (190,156,83). Sum of RGB (Red+Green+Blue) = 190+156+83=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C53 is #4163AC. Grayscale: #9E9E9E. Windows color (decimal): -4285357 or 5479614. OLE color: 5479614.

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

Color convert

RGB 190 156 83 -
CMYK 0 0.18 0.56 0.25
HSL 40.93º 0.45% 0.54% -
HSV(B) 40.93º 0.56% 0.75% -
XYZ 34.69 35.35 13.18 -
YUV 157.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 190 156 83 0 0.18 0.56 0.25 40.93 0.45 0.54
Hex BE 9C 53 0 12 38 19 29 2D 36
Octal 276 234 123 0 22 70 31 51 55 66
Binary 10111110 10011100 1010011 0 10010 111000 11001 101001 101101 110110

Color Harmonies of #BE9C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C53

Black with #BE9C53

Text Example


Text Example

White with #BE9C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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