#B68989

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

Shades of Rosy Brown #B68989

Tints of Rosy Brown #B68989

Color information

#B68989 (or 0xB68989) is unknown color: approx Rosy Brown. HEX triplet: B6, 89 and 89. RGB value is (182,137,137). Sum of RGB (Red+Green+Blue) = 182+137+137=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68989 is #497676. Grayscale: #969696. Windows color (decimal): -4814455 or 9013686. OLE color: 9013686.

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

Color convert

RGB182137137-
CMYK00.250.250.29
HSL23.56%62.55%-
HSV(B)24.73%71.37%-
XYZ32.7529.6427.66-
YUV150.45120.41150.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=39.91%
G=30.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213713700.250.250.29023.5662.55
HexB68989019191D0183f
Octal266211211031313503077
Binary1011011010001001100010010110011100111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68989; }

 p { color: rgb(182,137,137); }

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

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

 a { background-color: rgb(182,137,137); }

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

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

 span { border-color: rgb(182,137,137); }

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