Html Css Color HEX #BE9592 Rosy Brown

📋 copy color: '#BE9592'

red 190 ◦ green 149 ◦ blue 146

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

Shades of Rosy Brown #BE9592

Tints of Rosy Brown #BE9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 39.18%
G = 30.72%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE9592 (or 0xBE9592) is known color: Rosy Brown. HEX triplet: BE, 95 and 92. RGB value is (190,149,146). Sum of RGB (Red+Green+Blue) = 190+149+146=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9592 is #416A6D. Grayscale: #A0A0A0. Windows color (decimal): -4287086 or 9606590. OLE color: 9606590.

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

Color convert

RGB 190 149 146 -
CMYK 0 0.22 0.23 0.25
HSL 4.09º 0.25% 0.66% -
HSV(B) 4.09º 0.23% 0.75% -
XYZ 37.17 34.52 31.9 -
YUV 160.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 190 149 146 0 0.22 0.23 0.25 4.09 0.25 0.66
Hex BE 95 92 0 16 17 19 4 19 42
Octal 276 225 222 0 26 27 31 4 31 102
Binary 10111110 10010101 10010010 0 10110 10111 11001 100 11001 1000010

Color Harmonies of #BE9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9592

Black with #BE9592

Text Example


Text Example

White with #BE9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9592; }

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

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

background-color css

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

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

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

border-color css

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

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

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