Html Css Color HEX #BE9345 Tussock

📋 copy color: '#BE9345'

red 190 ◦ green 147 ◦ blue 69

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

Shades of Tussock #BE9345

Tints of Tussock #BE9345

RGB

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

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

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

R = 46.8%
G = 36.21%
B = 17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9345 (or 0xBE9345) is known color: Tussock. HEX triplet: BE, 93 and 45. RGB value is (190,147,69). Sum of RGB (Red+Green+Blue) = 190+147+69=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9345 is #416CBA. Grayscale: #979797. Windows color (decimal): -4287675 or 4559806. OLE color: 4559806.

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

Color convert

RGB 190 147 69 -
CMYK 0 0.23 0.64 0.25
HSL 38.68º 0.48% 0.51% -
HSV(B) 38.68º 0.64% 0.75% -
XYZ 32.74 32.24 10.13 -
YUV 150.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 190 147 69 0 0.23 0.64 0.25 38.68 0.48 0.51
Hex BE 93 45 0 17 40 19 27 30 33
Octal 276 223 105 0 27 100 31 47 60 63
Binary 10111110 10010011 1000101 0 10111 1000000 11001 100111 110000 110011

Color Harmonies of #BE9345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9345

Black with #BE9345

Text Example


Text Example

White with #BE9345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9345; }

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

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

background-color css

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

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

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

border-color css

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

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

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