#B7846C

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

Shades of Brandy Rose #B7846C

Tints of Brandy Rose #B7846C

Color information

#B7846C (or 0xB7846C) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 6C. RGB value is (183,132,108). Sum of RGB (Red+Green+Blue) = 183+132+108=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7846C is #487B93. Grayscale: #909090. Windows color (decimal): -4750228 or 7111863. OLE color: 7111863.

HSL color Cylindrical-coordinate representation of color #B7846C: hue angle of 19.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7846C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183132108-
CMYK00.280.410.28
HSL19.2º34.25%57.06%-
HSV(B)19.2º40.98%71.76%-
XYZ30.4927.6517.92-
YUV144.51107.4155.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=43.26%
G=31.21%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313210800.280.410.2819.234.2557.06
HexB7846C01C291C132239
Octal2672041540345134234271
Binary101101111000010011011000111001010011110010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7846C; }

 p { color: rgb(183,132,108); }

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

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

 a { background-color: rgb(183,132,108); }

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

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

 span { border-color: rgb(183,132,108); }

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