Html Css Color HEX #BE924A Tussock

📋 copy color: '#BE924A'

red 190 ◦ green 146 ◦ blue 74

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

Shades of Tussock #BE924A

Tints of Tussock #BE924A

RGB

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

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

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

R = 46.34%
G = 35.61%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE924A (or 0xBE924A) is known color: Tussock. HEX triplet: BE, 92 and 4A. RGB value is (190,146,74). Sum of RGB (Red+Green+Blue) = 190+146+74=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE924A is #416DB5. Grayscale: #979797. Windows color (decimal): -4287926 or 4887230. OLE color: 4887230.

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

Color convert

RGB 190 146 74 -
CMYK 0 0.23 0.61 0.25
HSL 37.24º 0.47% 0.52% -
HSV(B) 37.24º 0.61% 0.75% -
XYZ 32.75 32 10.93 -
YUV 150.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 190 146 74 0 0.23 0.61 0.25 37.24 0.47 0.52
Hex BE 92 4A 0 17 3D 19 25 2F 34
Octal 276 222 112 0 27 75 31 45 57 64
Binary 10111110 10010010 1001010 0 10111 111101 11001 100101 101111 110100

Color Harmonies of #BE924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE924A

Black with #BE924A

Text Example


Text Example

White with #BE924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE924A; }

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

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

background-color css

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

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

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

border-color css

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

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

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