#B69594

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

Shades of Rosy Brown #B69594

Tints of Rosy Brown #B69594

Color information

#B69594 (or 0xB69594) is unknown color: approx Rosy Brown. HEX triplet: B6, 95 and 94. RGB value is (182,149,148). Sum of RGB (Red+Green+Blue) = 182+149+148=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B69594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69594 is #496A6B. Grayscale: #9E9E9E. Windows color (decimal): -4811372 or 9737654. OLE color: 9737654.

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

Color convert

RGB182149148-
CMYK00.180.190.29
HSL1.76º18.89%64.71%-
HSV(B)1.76º18.68%71.37%-
XYZ35.3833.5832.63-
YUV158.75121.93144.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=38.00%
G=31.11%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214914800.180.190.291.7618.8964.71
HexB69594012131D21341
Octal2662252240222335223101
Binary101101101001010110010100010010100111110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69594; }

 p { color: rgb(182,149,148); }

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

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

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

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

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

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

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