#B98E8B

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

Shades of Rosy Brown #B98E8B

Tints of Rosy Brown #B98E8B

Color information

#B98E8B (or 0xB98E8B) is unknown color: approx Rosy Brown. HEX triplet: B9, 8E and 8B. RGB value is (185,142,139). Sum of RGB (Red+Green+Blue) = 185+142+139=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E8B is #467174. Grayscale: #9A9A9A. Windows color (decimal): -4616565 or 9146041. OLE color: 9146041.

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

Color convert

RGB185142139-
CMYK00.230.250.27
HSL3.91º24.73%63.53%-
HSV(B)3.91º24.86%72.55%-
XYZ34.3431.5228.7-
YUV154.51119.25149.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=39.70%
G=30.47%
B=29.83%

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
Decimal18514213900.230.250.273.9124.7363.53
HexB98E8B017191B41940
Octal2712162130273133431100
Binary1011100110001110100010110101111100111011100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E8B; }

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

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

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

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

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

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

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

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