Html Css Color HEX #BE9391 Rosy Brown

📋 copy color: '#BE9391'

red 190 ◦ green 147 ◦ blue 145

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

Shades of Rosy Brown #BE9391

Tints of Rosy Brown #BE9391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 39.42%
G = 30.5%
B = 30.08%

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

#BE9391 (or 0xBE9391) is known color: Rosy Brown. HEX triplet: BE, 93 and 91. RGB value is (190,147,145). Sum of RGB (Red+Green+Blue) = 190+147+145=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9391 is #416C6E. Grayscale: #9F9F9F. Windows color (decimal): -4287599 or 9540542. OLE color: 9540542.

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

Color convert

RGB 190 147 145 -
CMYK 0 0.23 0.24 0.25
HSL 2.67º 0.26% 0.66% -
HSV(B) 2.67º 0.24% 0.75% -
XYZ 36.78 33.86 31.38 -
YUV 159.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 190 147 145 0 0.23 0.24 0.25 2.67 0.26 0.66
Hex BE 93 91 0 17 18 19 3 1A 42
Octal 276 223 221 0 27 30 31 3 32 102
Binary 10111110 10010011 10010001 0 10111 11000 11001 11 11010 1000010

Color Harmonies of #BE9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9391

Black with #BE9391

Text Example


Text Example

White with #BE9391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9391; }

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

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

background-color css

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

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

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

border-color css

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

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

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