Html Css Color HEX #BE9190 Rosy Brown

📋 copy color: '#BE9190'

red 190 ◦ green 145 ◦ blue 144

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

Shades of Rosy Brown #BE9190

Tints of Rosy Brown #BE9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.27%

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

R = 39.67%
G = 30.27%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE9190 (or 0xBE9190) is known color: Rosy Brown. HEX triplet: BE, 91 and 90. RGB value is (190,145,144). Sum of RGB (Red+Green+Blue) = 190+145+144=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9190 is #416E6F. Grayscale: #9E9E9E. Windows color (decimal): -4288112 or 9474494. OLE color: 9474494.

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

Color convert

RGB 190 145 144 -
CMYK 0 0.24 0.24 0.25
HSL 1.3º 0.26% 0.65% -
HSV(B) 1.3º 0.24% 0.75% -
XYZ 36.39 33.21 30.88 -
YUV 158.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 190 145 144 0 0.24 0.24 0.25 1.3 0.26 0.65
Hex BE 91 90 0 18 18 19 1 1A 41
Octal 276 221 220 0 30 30 31 1 32 101
Binary 10111110 10010001 10010000 0 11000 11000 11001 1 11010 1000001

Color Harmonies of #BE9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9190

Black with #BE9190

Text Example


Text Example

White with #BE9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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