#B68D89

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

Shades of Rosy Brown #B68D89

Tints of Rosy Brown #B68D89

Color information

#B68D89 (or 0xB68D89) is unknown color: approx Rosy Brown. HEX triplet: B6, 8D and 89. RGB value is (182,141,137). Sum of RGB (Red+Green+Blue) = 182+141+137=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D89 is #497276. Grayscale: #989898. Windows color (decimal): -4813431 or 9014710. OLE color: 9014710.

HSL color Cylindrical-coordinate representation of color #B68D89: hue angle of 5.33º 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 #B68D89 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB182141137-
CMYK00.230.250.29
HSL5.33º23.56%62.55%-
HSV(B)5.33º24.73%71.37%-
XYZ33.3330.827.86-
YUV152.8119.08148.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=39.57%
G=30.65%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214113700.230.250.295.3323.5662.55
HexB68D89017191D5183f
Octal266215211027313553077
Binary101101101000110110001001010111110011110110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D89; }

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

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

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

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

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

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

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

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