#B68785

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

Shades of Rosy Brown #B68785

Tints of Rosy Brown #B68785

Color information

#B68785 (or 0xB68785) is unknown color: approx Rosy Brown. HEX triplet: B6, 87 and 85. RGB value is (182,135,133). Sum of RGB (Red+Green+Blue) = 182+135+133=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B68785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68785 is #49787A. Grayscale: #949494. Windows color (decimal): -4814971 or 8751030. OLE color: 8751030.

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

Color convert

RGB182135133-
CMYK00.260.270.29
HSL2.45º25.13%61.76%-
HSV(B)2.45º26.92%71.37%-
XYZ32.1928.9726.08-
YUV148.82119.07151.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=40.44%
G=30%
B=29.56%

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
Decimal18213513300.260.270.292.4525.1361.76
HexB6878501A1B1D2193e
Octal266207205032333523176
Binary10110110100001111000010101101011011111011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68785; }

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

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

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

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

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

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

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

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