Html Css Color HEX #BE8748 Tussock

📋 copy color: '#BE8748'

red 190 ◦ green 135 ◦ blue 72

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

Shades of Tussock #BE8748

Tints of Tussock #BE8748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 47.86%
G = 34.01%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8748 (or 0xBE8748) is known color: Tussock. HEX triplet: BE, 87 and 48. RGB value is (190,135,72). Sum of RGB (Red+Green+Blue) = 190+135+72=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8748 is #4178B7. Grayscale: #909090. Windows color (decimal): -4290744 or 4753342. OLE color: 4753342.

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

Color convert

RGB 190 135 72 -
CMYK 0 0.29 0.62 0.25
HSL 32.03º 0.48% 0.51% -
HSV(B) 32.03º 0.62% 0.75% -
XYZ 31.07 28.74 10.04 -
YUV 144.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 190 135 72 0 0.29 0.62 0.25 32.03 0.48 0.51
Hex BE 87 48 0 1D 3E 19 20 30 33
Octal 276 207 110 0 35 76 31 40 60 63
Binary 10111110 10000111 1001000 0 11101 111110 11001 100000 110000 110011

Color Harmonies of #BE8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8748

Black with #BE8748

Text Example


Text Example

White with #BE8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8748; }

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

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

background-color css

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

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

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

border-color css

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

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

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