Html Css Color HEX #BE9490 Rosy Brown

📋 copy color: '#BE9490'

red 190 ◦ green 148 ◦ blue 144

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

Shades of Rosy Brown #BE9490

Tints of Rosy Brown #BE9490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 39.42%
G = 30.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE9490 (or 0xBE9490) is known color: Rosy Brown. HEX triplet: BE, 94 and 90. RGB value is (190,148,144). Sum of RGB (Red+Green+Blue) = 190+148+144=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9490 is #416B6F. Grayscale: #A0A0A0. Windows color (decimal): -4287344 or 9475262. OLE color: 9475262.

HSL color Cylindrical-coordinate representation of color #BE9490: hue angle of 5.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9490 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 144 -
CMYK 0 0.22 0.24 0.25
HSL 5.22º 0.26% 0.65% -
HSV(B) 5.22º 0.24% 0.75% -
XYZ 36.86 34.14 31.03 -
YUV 160.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 190 148 144 0 0.22 0.24 0.25 5.22 0.26 0.65
Hex BE 94 90 0 16 18 19 5 1A 41
Octal 276 224 220 0 26 30 31 5 32 101
Binary 10111110 10010100 10010000 0 10110 11000 11001 101 11010 1000001

Color Harmonies of #BE9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9490

Black with #BE9490

Text Example


Text Example

White with #BE9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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