#B18F8F

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

Shades of Rosy Brown #B18F8F

Tints of Rosy Brown #B18F8F

Color information

#B18F8F (or 0xB18F8F) is unknown color: approx Rosy Brown. HEX triplet: B1, 8F and 8F. RGB value is (177,143,143). Sum of RGB (Red+Green+Blue) = 177+143+143=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F8F is #4E7070. Grayscale: #999999. Windows color (decimal): -5140593 or 9408433. OLE color: 9408433.

HSL color Cylindrical-coordinate representation of color #B18F8F: hue angle of 0º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B18F8F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB177143143-
CMYK00.190.190.31
HSL17.89%62.75%-
HSV(B)19.21%69.41%-
XYZ32.9130.9830.23-
YUV153.17122.26145-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=38.23%
G=30.89%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714314300.190.190.31017.8962.75
HexB18F8F013131F0123f
Octal261217217023233702277
Binary1011000110001111100011110100111001111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F8F; }

 p { color: rgb(177,143,143); }

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

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

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

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

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

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

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