#BC9793

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

Shades of Rosy Brown #BC9793

Tints of Rosy Brown #BC9793

Color information

#BC9793 (or 0xBC9793) is unknown color: approx Rosy Brown. HEX triplet: BC, 97 and 93. RGB value is (188,151,147). Sum of RGB (Red+Green+Blue) = 188+151+147=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9793 is #43686C. Grayscale: #A1A1A1. Windows color (decimal): -4417645 or 9672636. OLE color: 9672636.

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

Color convert

RGB188151147-
CMYK00.200.220.26
HSL5.85º23.43%65.69%-
HSV(B)5.85º21.81%73.73%-
XYZ37.0734.9332.39-
YUV161.61119.76146.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=38.68%
G=31.07%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815114700.200.220.265.8523.4365.69
HexBC9793014161A61742
Octal2742272230242632627102
Binary1011110010010111100100110101001011011010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9793; }

 p { color: rgb(188,151,147); }

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

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

 a { background-color: rgb(188,151,147); }

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

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

 span { border-color: rgb(188,151,147); }

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