Html Css Color HEX #BE8C46 Tussock

📋 copy color: '#BE8C46'

red 190 ◦ green 140 ◦ blue 70

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

Shades of Tussock #BE8C46

Tints of Tussock #BE8C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 47.5%
G = 35%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE8C46 (or 0xBE8C46) is known color: Tussock. HEX triplet: BE, 8C and 46. RGB value is (190,140,70). Sum of RGB (Red+Green+Blue) = 190+140+70=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C46 is #4173B9. Grayscale: #939393. Windows color (decimal): -4289466 or 4623550. OLE color: 4623550.

HSL color Cylindrical-coordinate representation of color #BE8C46: hue angle of 35º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE8C46 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 70 -
CMYK 0 0.26 0.63 0.25
HSL 35º 0.48% 0.51% -
HSV(B) 35º 0.63% 0.75% -
XYZ 31.72 30.15 9.94 -
YUV 146.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 190 140 70 0 0.26 0.63 0.25 35 0.48 0.51
Hex BE 8C 46 0 1A 3F 19 23 30 33
Octal 276 214 106 0 32 77 31 43 60 63
Binary 10111110 10001100 1000110 0 11010 111111 11001 100011 110000 110011

Color Harmonies of #BE8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C46

Black with #BE8C46

Text Example


Text Example

White with #BE8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C46; }

 p { color: rgb(190,140,70); }

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

background-color css

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

 a { background-color: rgb(190,140,70); }

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

border-color css

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

 span { border-color: rgb(190,140,70); }

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