#B69696

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

Shades of Rosy Brown #B69696

Tints of Rosy Brown #B69696

Color information

#B69696 (or 0xB69696) is unknown color: approx Rosy Brown. HEX triplet: B6, 96 and 96. RGB value is (182,150,150). Sum of RGB (Red+Green+Blue) = 182+150+150=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B69696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69696 is #496969. Grayscale: #9F9F9F. Windows color (decimal): -4811114 or 9868982. OLE color: 9868982.

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

Color convert

RGB182150150-
CMYK00.180.180.29
HSL17.98%65.1%-
HSV(B)17.58%71.37%-
XYZ35.733.9633.53-
YUV159.57122.6144-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=37.76%
G=31.12%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215015000.180.180.29017.9865.1
HexB69696012121D01241
Octal2662262260222235022101
Binary10110110100101101001011001001010010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69696; }

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

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

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

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

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

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

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

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