#B6887E

Color #B6887E Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B6887E

Tints of Brandy Rose #B6887E

Color information

#B6887E (or 0xB6887E) is unknown color: approx Brandy Rose. HEX triplet: B6, 88 and 7E. RGB value is (182,136,126). Sum of RGB (Red+Green+Blue) = 182+136+126=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6887E is #497781. Grayscale: #949494. Windows color (decimal): -4814722 or 8292534. OLE color: 8292534.

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

Color convert

RGB182136126-
CMYK00.250.310.29
HSL10.71º27.72%60.39%-
HSV(B)10.71º30.77%71.37%-
XYZ31.8629.0623.67-
YUV148.61115.24151.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=40.99%
G=30.63%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213612600.250.310.2910.7127.7260.39
HexB6887E0191F1Db1c3c
Octal2662101760313735133474
Binary101101101000100011111100110011111111101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6887E; }

 p { color: rgb(182,136,126); }

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

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

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

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

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

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

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