Html Css Color HEX #BE994A Tussock

📋 copy color: '#BE994A'

red 190 ◦ green 153 ◦ blue 74

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

Shades of Tussock #BE994A

Tints of Tussock #BE994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 45.56%
G = 36.69%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE994A (or 0xBE994A) is known color: Tussock. HEX triplet: BE, 99 and 4A. RGB value is (190,153,74). Sum of RGB (Red+Green+Blue) = 190+153+74=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE994A is #4166B5. Grayscale: #9B9B9B. Windows color (decimal): -4286134 or 4889022. OLE color: 4889022.

HSL color Cylindrical-coordinate representation of color #BE994A: hue angle of 40.86º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE994A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 153 74 -
CMYK 0 0.19 0.61 0.25
HSL 40.86º 0.47% 0.52% -
HSV(B) 40.86º 0.61% 0.75% -
XYZ 33.86 34.22 11.3 -
YUV 155.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 190 153 74 0 0.19 0.61 0.25 40.86 0.47 0.52
Hex BE 99 4A 0 13 3D 19 29 2F 34
Octal 276 231 112 0 23 75 31 51 57 64
Binary 10111110 10011001 1001010 0 10011 111101 11001 101001 101111 110100

Color Harmonies of #BE994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE994A

Black with #BE994A

Text Example


Text Example

White with #BE994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE994A; }

 p { color: rgb(190,153,74); }

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

background-color css

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

 a { background-color: rgb(190,153,74); }

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

border-color css

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

 span { border-color: rgb(190,153,74); }

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