#B6827E

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

Shades of Brandy Rose #B6827E

Tints of Brandy Rose #B6827E

Color information

#B6827E (or 0xB6827E) is unknown color: approx Brandy Rose. HEX triplet: B6, 82 and 7E. RGB value is (182,130,126). Sum of RGB (Red+Green+Blue) = 182+130+126=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6827E is #497D81. Grayscale: #919191. Windows color (decimal): -4816258 or 8290998. OLE color: 8290998.

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

Color convert

RGB182130126-
CMYK00.290.310.29
HSL4.29º27.72%60.39%-
HSV(B)4.29º30.77%71.37%-
XYZ31.0427.4223.39-
YUV145.09117.23154.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=41.55%
G=29.68%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213012600.290.310.294.2927.7260.39
HexB6827E01D1F1D41c3c
Octal266202176035373543474
Binary10110110100000101111110011101111111110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6827E; }

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

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

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

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

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

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

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

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