#BC908F

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

Shades of Rosy Brown #BC908F

Tints of Rosy Brown #BC908F

Color information

#BC908F (or 0xBC908F) is unknown color: approx Rosy Brown. HEX triplet: BC, 90 and 8F. RGB value is (188,144,143). Sum of RGB (Red+Green+Blue) = 188+144+143=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908F is #436F70. Grayscale: #9D9D9D. Windows color (decimal): -4419441 or 9408700. OLE color: 9408700.

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

Color convert

RGB188144143-
CMYK00.230.240.26
HSL1.33º25.14%64.9%-
HSV(B)1.33º23.94%73.73%-
XYZ35.6732.6230.4-
YUV157.04120.08150.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=39.58%
G=30.32%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814414300.230.240.261.3325.1464.9
HexBC908F017181A11941
Octal2742202170273032131101
Binary10111100100100001000111101011111000110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC908F; }

 p { color: rgb(188,144,143); }

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

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

 a { background-color: rgb(188,144,143); }

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

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

 span { border-color: rgb(188,144,143); }

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