#BE9692

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

Shades of Rosy Brown #BE9692

Tints of Rosy Brown #BE9692

Color information

#BE9692 (or 0xBE9692) is unknown color: approx Rosy Brown. HEX triplet: BE, 96 and 92. RGB value is (190,150,146). Sum of RGB (Red+Green+Blue) = 190+150+146=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9692 is #41696D. Grayscale: #A1A1A1. Windows color (decimal): -4286830 or 9606846. OLE color: 9606846.

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

Color convert

RGB190150146-
CMYK00.210.230.25
HSL5.45º25.29%65.88%-
HSV(B)5.45º23.16%74.51%-
XYZ37.3334.8431.95-
YUV161.5119.25148.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=39.09%
G=30.86%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015014600.210.230.255.4525.2965.88
HexBE9692015171951942
Octal2762262220252731531102
Binary1011111010010110100100100101011011111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9692; }

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

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

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

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

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

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

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

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