Html Css Color HEX #BE9247 Tussock

📋 copy color: '#BE9247'

red 190 ◦ green 146 ◦ blue 71

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

Shades of Tussock #BE9247

Tints of Tussock #BE9247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

 BLUE value IS 71 (28.13% from 255) = 17.44%

R = 46.68%
G = 35.87%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE9247 (or 0xBE9247) is known color: Tussock. HEX triplet: BE, 92 and 47. RGB value is (190,146,71). Sum of RGB (Red+Green+Blue) = 190+146+71=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9247 is #416DB8. Grayscale: #969696. Windows color (decimal): -4287929 or 4690622. OLE color: 4690622.

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

Color convert

RGB 190 146 71 -
CMYK 0 0.23 0.63 0.25
HSL 37.82º 0.48% 0.51% -
HSV(B) 37.82º 0.63% 0.75% -
XYZ 32.65 31.96 10.41 -
YUV 150.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 190 146 71 0 0.23 0.63 0.25 37.82 0.48 0.51
Hex BE 92 47 0 17 3F 19 26 30 33
Octal 276 222 107 0 27 77 31 46 60 63
Binary 10111110 10010010 1000111 0 10111 111111 11001 100110 110000 110011

Color Harmonies of #BE9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9247

Black with #BE9247

Text Example


Text Example

White with #BE9247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9247; }

 p { color: rgb(190,146,71); }

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

background-color css

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

 a { background-color: rgb(190,146,71); }

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

border-color css

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

 span { border-color: rgb(190,146,71); }

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