#BC9794

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

Shades of Rosy Brown #BC9794

Tints of Rosy Brown #BC9794

Color information

#BC9794 (or 0xBC9794) is unknown color: approx Rosy Brown. HEX triplet: BC, 97 and 94. RGB value is (188,151,148). Sum of RGB (Red+Green+Blue) = 188+151+148=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9794 is #43686B. Grayscale: #A1A1A1. Windows color (decimal): -4417644 or 9738172. OLE color: 9738172.

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

Color convert

RGB188151148-
CMYK00.200.210.26
HSL4.5º22.99%65.88%-
HSV(B)4.5º21.28%73.73%-
XYZ37.1534.9632.81-
YUV161.72120.26146.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=38.60%
G=31.01%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815114800.200.210.264.522.9965.88
HexBC9794014151A51742
Octal2742272240242532527102
Binary1011110010010111100101000101001010111010101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9794; }

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

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

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

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

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

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

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

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