Html Css Color HEX #BE9346 Tussock

📋 copy color: '#BE9346'

red 190 ◦ green 147 ◦ blue 70

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

Shades of Tussock #BE9346

Tints of Tussock #BE9346

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 46.68%
G = 36.12%
B = 17.2%

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

#BE9346 (or 0xBE9346) is known color: Tussock. HEX triplet: BE, 93 and 46. RGB value is (190,147,70). Sum of RGB (Red+Green+Blue) = 190+147+70=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9346 is #416CB9. Grayscale: #979797. Windows color (decimal): -4287674 or 4625342. OLE color: 4625342.

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

Color convert

RGB 190 147 70 -
CMYK 0 0.23 0.63 0.25
HSL 38.5º 0.48% 0.51% -
HSV(B) 38.5º 0.63% 0.75% -
XYZ 32.77 32.26 10.29 -
YUV 151.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 190 147 70 0 0.23 0.63 0.25 38.5 0.48 0.51
Hex BE 93 46 0 17 3F 19 26 30 33
Octal 276 223 106 0 27 77 31 46 60 63
Binary 10111110 10010011 1000110 0 10111 111111 11001 100110 110000 110011

Color Harmonies of #BE9346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9346

Black with #BE9346

Text Example


Text Example

White with #BE9346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9346; }

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

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

background-color css

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

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

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

border-color css

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

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

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