#B7827F

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

Shades of Brandy Rose #B7827F

Tints of Brandy Rose #B7827F

Color information

#B7827F (or 0xB7827F) is unknown color: approx Brandy Rose. HEX triplet: B7, 82 and 7F. RGB value is (183,130,127). Sum of RGB (Red+Green+Blue) = 183+130+127=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7827F is #487D80. Grayscale: #919191. Windows color (decimal): -4750721 or 8356535. OLE color: 8356535.

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

Color convert

RGB183130127-
CMYK00.290.310.28
HSL3.21º28%60.78%-
HSV(B)3.21º30.6%71.76%-
XYZ31.3427.5623.75-
YUV145.5117.56154.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 127 (50% from 255) = 28.86%
R=41.59%
G=29.55%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313012700.290.310.283.212860.78
HexB7827F01D1F1C31c3d
Octal267202177035373433475
Binary1011011110000010111111101110111111111001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7827F; }

 p { color: rgb(183,130,127); }

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

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

 a { background-color: rgb(183,130,127); }

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

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

 span { border-color: rgb(183,130,127); }

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