#B68685

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

Shades of Rosy Brown #B68685

Tints of Rosy Brown #B68685

Color information

#B68685 (or 0xB68685) is unknown color: approx Rosy Brown. HEX triplet: B6, 86 and 85. RGB value is (182,134,133). Sum of RGB (Red+Green+Blue) = 182+134+133=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68685 is #49797A. Grayscale: #949494. Windows color (decimal): -4815227 or 8750774. OLE color: 8750774.

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

Color convert

RGB182134133-
CMYK00.260.270.29
HSL1.22º25.13%61.76%-
HSV(B)1.22º26.92%71.37%-
XYZ32.0528.6926.04-
YUV148.24119.4152.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=40.53%
G=29.84%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213413300.260.270.291.2225.1361.76
HexB6868501A1B1D1193e
Octal266206205032333513176
Binary1011011010000110100001010110101101111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68685; }

 p { color: rgb(182,134,133); }

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

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

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

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

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

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

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