#B7908D

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

Shades of Rosy Brown #B7908D

Tints of Rosy Brown #B7908D

Color information

#B7908D (or 0xB7908D) is unknown color: approx Rosy Brown. HEX triplet: B7, 90 and 8D. RGB value is (183,144,141). Sum of RGB (Red+Green+Blue) = 183+144+141=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7908D is #486F72. Grayscale: #9B9B9B. Windows color (decimal): -4747123 or 9277623. OLE color: 9277623.

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

Color convert

RGB183144141-
CMYK00.210.230.28
HSL4.29º22.58%63.53%-
HSV(B)4.29º22.95%71.76%-
XYZ34.3131.9429.56-
YUV155.32119.92147.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=39.10%
G=30.77%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314414100.210.230.284.2922.5863.53
HexB7908D015171C41740
Octal2672202150252734427100
Binary1011011110010000100011010101011011111100100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7908D; }

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

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

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

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

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

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

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

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