#B98E8A

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

Shades of Rosy Brown #B98E8A

Tints of Rosy Brown #B98E8A

Color information

#B98E8A (or 0xB98E8A) is unknown color: approx Rosy Brown. HEX triplet: B9, 8E and 8A. RGB value is (185,142,138). Sum of RGB (Red+Green+Blue) = 185+142+138=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E8A is #467175. Grayscale: #9A9A9A. Windows color (decimal): -4616566 or 9080505. OLE color: 9080505.

HSL color Cylindrical-coordinate representation of color #B98E8A: hue angle of 5.11º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98E8A is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185142138-
CMYK00.230.250.27
HSL5.11º25.13%63.33%-
HSV(B)5.11º25.41%72.55%-
XYZ34.2731.528.32-
YUV154.4118.75149.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=39.78%
G=30.54%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514213800.230.250.275.1125.1363.33
HexB98E8A017191B5193f
Octal271216212027313353177
Binary101110011000111010001010010111110011101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E8A; }

 p { color: rgb(185,142,138); }

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

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

 a { background-color: rgb(185,142,138); }

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

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

 span { border-color: rgb(185,142,138); }

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