Html Css Color HEX #BE9390 Rosy Brown

📋 copy color: '#BE9390'

red 190 ◦ green 147 ◦ blue 144

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

Shades of Rosy Brown #BE9390

Tints of Rosy Brown #BE9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

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

R = 39.5%
G = 30.56%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE9390 (or 0xBE9390) is known color: Rosy Brown. HEX triplet: BE, 93 and 90. RGB value is (190,147,144). Sum of RGB (Red+Green+Blue) = 190+147+144=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9390 is #416C6F. Grayscale: #9F9F9F. Windows color (decimal): -4287600 or 9475006. OLE color: 9475006.

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

Color convert

RGB 190 147 144 -
CMYK 0 0.23 0.24 0.25
HSL 3.91º 0.26% 0.65% -
HSV(B) 3.91º 0.24% 0.75% -
XYZ 36.7 33.83 30.98 -
YUV 159.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 190 147 144 0 0.23 0.24 0.25 3.91 0.26 0.65
Hex BE 93 90 0 17 18 19 4 1A 41
Octal 276 223 220 0 27 30 31 4 32 101
Binary 10111110 10010011 10010000 0 10111 11000 11001 100 11010 1000001

Color Harmonies of #BE9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9390

Black with #BE9390

Text Example


Text Example

White with #BE9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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