#B7908E

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

Shades of Rosy Brown #B7908E

Tints of Rosy Brown #B7908E

Color information

#B7908E (or 0xB7908E) is unknown color: approx Rosy Brown. HEX triplet: B7, 90 and 8E. RGB value is (183,144,142). Sum of RGB (Red+Green+Blue) = 183+144+142=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7908E is #486F71. Grayscale: #9B9B9B. Windows color (decimal): -4747122 or 9343159. OLE color: 9343159.

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

Color convert

RGB183144142-
CMYK00.210.220.28
HSL2.93º22.16%63.73%-
HSV(B)2.93º22.4%71.76%-
XYZ34.3831.9729.95-
YUV155.43120.42147.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=39.02%
G=30.70%
B=30.28%

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
Decimal18314414200.210.220.282.9322.1663.73
HexB7908E015161C31640
Octal2672202160252634326100
Binary101101111001000010001110010101101101110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7908E; }

 p { color: rgb(183,144,142); }

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

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

 a { background-color: rgb(183,144,142); }

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

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

 span { border-color: rgb(183,144,142); }

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