Html Css Color HEX #BE9445 Tussock

📋 copy color: '#BE9445'

red 190 ◦ green 148 ◦ blue 69

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

Shades of Tussock #BE9445

Tints of Tussock #BE9445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 46.68%
G = 36.36%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9445 (or 0xBE9445) is known color: Tussock. HEX triplet: BE, 94 and 45. RGB value is (190,148,69). Sum of RGB (Red+Green+Blue) = 190+148+69=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9445 is #416BBA. Grayscale: #979797. Windows color (decimal): -4287419 or 4560062. OLE color: 4560062.

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

Color convert

RGB 190 148 69 -
CMYK 0 0.22 0.64 0.25
HSL 39.17º 0.48% 0.51% -
HSV(B) 39.17º 0.64% 0.75% -
XYZ 32.9 32.56 10.18 -
YUV 151.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 190 148 69 0 0.22 0.64 0.25 39.17 0.48 0.51
Hex BE 94 45 0 16 40 19 27 30 33
Octal 276 224 105 0 26 100 31 47 60 63
Binary 10111110 10010100 1000101 0 10110 1000000 11001 100111 110000 110011

Color Harmonies of #BE9445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9445

Black with #BE9445

Text Example


Text Example

White with #BE9445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9445; }

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

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

background-color css

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

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

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

border-color css

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

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

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