Html Css Color HEX #BE9492 Rosy Brown

📋 copy color: '#BE9492'

red 190 ◦ green 148 ◦ blue 146

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

Shades of Rosy Brown #BE9492

Tints of Rosy Brown #BE9492

RGB

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

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

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

R = 39.26%
G = 30.58%
B = 30.17%

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

#BE9492 (or 0xBE9492) is known color: Rosy Brown. HEX triplet: BE, 94 and 92. RGB value is (190,148,146). Sum of RGB (Red+Green+Blue) = 190+148+146=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9492 is #416B6D. Grayscale: #A0A0A0. Windows color (decimal): -4287342 or 9606334. OLE color: 9606334.

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

Color convert

RGB 190 148 146 -
CMYK 0 0.22 0.23 0.25
HSL 2.73º 0.25% 0.66% -
HSV(B) 2.73º 0.23% 0.75% -
XYZ 37.01 34.2 31.85 -
YUV 160.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 190 148 146 0 0.22 0.23 0.25 2.73 0.25 0.66
Hex BE 94 92 0 16 17 19 3 19 42
Octal 276 224 222 0 26 27 31 3 31 102
Binary 10111110 10010100 10010010 0 10110 10111 11001 11 11001 1000010

Color Harmonies of #BE9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9492

Black with #BE9492

Text Example


Text Example

White with #BE9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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