Html Css Color HEX #BE8746 Tussock

📋 copy color: '#BE8746'

red 190 ◦ green 135 ◦ blue 70

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

Shades of Tussock #BE8746

Tints of Tussock #BE8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 48.1%
G = 34.18%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE8746 (or 0xBE8746) is known color: Tussock. HEX triplet: BE, 87 and 46. RGB value is (190,135,70). Sum of RGB (Red+Green+Blue) = 190+135+70=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8746 is #4178B9. Grayscale: #909090. Windows color (decimal): -4290746 or 4622270. OLE color: 4622270.

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

Color convert

RGB 190 135 70 -
CMYK 0 0.29 0.63 0.25
HSL 32.5º 0.48% 0.51% -
HSV(B) 32.5º 0.63% 0.75% -
XYZ 31 28.72 9.7 -
YUV 144.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 190 135 70 0 0.29 0.63 0.25 32.5 0.48 0.51
Hex BE 87 46 0 1D 3F 19 20 30 33
Octal 276 207 106 0 35 77 31 40 60 63
Binary 10111110 10000111 1000110 0 11101 111111 11001 100000 110000 110011

Color Harmonies of #BE8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8746

Black with #BE8746

Text Example


Text Example

White with #BE8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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