Html Css Color HEX #BE8845 Tussock

📋 copy color: '#BE8845'

red 190 ◦ green 136 ◦ blue 69

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

Shades of Tussock #BE8845

Tints of Tussock #BE8845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 48.1%
G = 34.43%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8845 (or 0xBE8845) is known color: Tussock. HEX triplet: BE, 88 and 45. RGB value is (190,136,69). Sum of RGB (Red+Green+Blue) = 190+136+69=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8845 is #4177BA. Grayscale: #909090. Windows color (decimal): -4290491 or 4556990. OLE color: 4556990.

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

Color convert

RGB 190 136 69 -
CMYK 0 0.28 0.64 0.25
HSL 33.22º 0.48% 0.51% -
HSV(B) 33.22º 0.64% 0.75% -
XYZ 31.11 28.99 9.59 -
YUV 144.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 190 136 69 0 0.28 0.64 0.25 33.22 0.48 0.51
Hex BE 88 45 0 1C 40 19 21 30 33
Octal 276 210 105 0 34 100 31 41 60 63
Binary 10111110 10001000 1000101 0 11100 1000000 11001 100001 110000 110011

Color Harmonies of #BE8845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8845

Black with #BE8845

Text Example


Text Example

White with #BE8845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8845; }

 p { color: rgb(190,136,69); }

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

background-color css

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

 a { background-color: rgb(190,136,69); }

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

border-color css

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

 span { border-color: rgb(190,136,69); }

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