#B7918F

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

Shades of Rosy Brown #B7918F

Tints of Rosy Brown #B7918F

Color information

#B7918F (or 0xB7918F) is unknown color: approx Rosy Brown. HEX triplet: B7, 91 and 8F. RGB value is (183,145,143). Sum of RGB (Red+Green+Blue) = 183+145+143=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7918F is #486E70. Grayscale: #9C9C9C. Windows color (decimal): -4746865 or 9408951. OLE color: 9408951.

HSL color Cylindrical-coordinate representation of color #B7918F: hue angle of 3º 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 #B7918F is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183145143-
CMYK00.210.220.28
HSL21.74%63.92%-
HSV(B)21.86%71.76%-
XYZ34.6132.330.4-
YUV156.13120.59147.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=38.85%
G=30.79%
B=30.36%

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
Decimal18314514300.210.220.28321.7463.92
HexB7918F015161C31640
Octal2672212170252634326100
Binary101101111001000110001111010101101101110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7918F; }

 p { color: rgb(183,145,143); }

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

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

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

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

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

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

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