#B8928F

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

Shades of Rosy Brown #B8928F

Tints of Rosy Brown #B8928F

Color information

#B8928F (or 0xB8928F) is unknown color: approx Rosy Brown. HEX triplet: B8, 92 and 8F. RGB value is (184,146,143). Sum of RGB (Red+Green+Blue) = 184+146+143=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8928F is #476D70. Grayscale: #9D9D9D. Windows color (decimal): -4681073 or 9409208. OLE color: 9409208.

HSL color Cylindrical-coordinate representation of color #B8928F: hue angle of 4.39º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8928F is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184146143-
CMYK00.210.220.28
HSL4.39º22.4%64.12%-
HSV(B)4.39º22.28%72.16%-
XYZ3532.7330.46-
YUV157.02120.09147.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=38.90%
G=30.87%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414614300.210.220.284.3922.464.12
HexB8928F015161C41640
Octal2702222170252634426100
Binary1011100010010010100011110101011011011100100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8928F; }

 p { color: rgb(184,146,143); }

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

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

 a { background-color: rgb(184,146,143); }

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

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

 span { border-color: rgb(184,146,143); }

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