#BE9796

Color #BE9796 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BE9796

Tints of Rosy Brown #BE9796

Color information

#BE9796 (or 0xBE9796) is unknown color: approx Rosy Brown. HEX triplet: BE, 97 and 96. RGB value is (190,151,150). Sum of RGB (Red+Green+Blue) = 190+151+150=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9796 is #416869. Grayscale: #A2A2A2. Windows color (decimal): -4286570 or 9869246. OLE color: 9869246.

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

Color convert

RGB190151150-
CMYK00.210.210.25
HSL1.5º23.53%66.67%-
HSV(B)1.5º21.05%74.51%-
XYZ37.8135.2833.67-
YUV162.55120.92147.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=38.70%
G=30.75%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015115000.210.210.251.523.5366.67
HexBE9796015151921843
Octal2762272260252531230103
Binary101111101001011110010110010101101011100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9796; }

 p { color: rgb(190,151,150); }

 H1.HeaderClassName
 {
   color: #BE9796;
 }
 .AnyTagClassName
 {
   color: #BE9796;
 }
</style>
background-color css

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

 a { background-color: rgb(190,151,150); }

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

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

 span { border-color: rgb(190,151,150); }

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