Html Css Color HEX #BE9248 Tussock

📋 copy color: '#BE9248'

red 190 ◦ green 146 ◦ blue 72

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

Shades of Tussock #BE9248

Tints of Tussock #BE9248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 46.57%
G = 35.78%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE9248 (or 0xBE9248) is known color: Tussock. HEX triplet: BE, 92 and 48. RGB value is (190,146,72). Sum of RGB (Red+Green+Blue) = 190+146+72=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9248 is #416DB7. Grayscale: #979797. Windows color (decimal): -4287928 or 4756158. OLE color: 4756158.

HSL color Cylindrical-coordinate representation of color #BE9248: hue angle of 37.63º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE9248 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 146 72 -
CMYK 0 0.23 0.62 0.25
HSL 37.63º 0.48% 0.51% -
HSV(B) 37.63º 0.62% 0.75% -
XYZ 32.68 31.97 10.58 -
YUV 150.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 190 146 72 0 0.23 0.62 0.25 37.63 0.48 0.51
Hex BE 92 48 0 17 3E 19 26 30 33
Octal 276 222 110 0 27 76 31 46 60 63
Binary 10111110 10010010 1001000 0 10111 111110 11001 100110 110000 110011

Color Harmonies of #BE9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9248

Black with #BE9248

Text Example


Text Example

White with #BE9248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9248; }

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

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

background-color css

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

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

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

border-color css

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

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

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