#B8827F

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

Shades of Brandy Rose #B8827F

Tints of Brandy Rose #B8827F

Color information

#B8827F (or 0xB8827F) is unknown color: approx Brandy Rose. HEX triplet: B8, 82 and 7F. RGB value is (184,130,127). Sum of RGB (Red+Green+Blue) = 184+130+127=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8827F is #477D80. Grayscale: #919191. Windows color (decimal): -4685185 or 8356536. OLE color: 8356536.

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

Color convert

RGB184130127-
CMYK00.290.310.28
HSL3.16º28.64%60.98%-
HSV(B)3.16º30.98%72.16%-
XYZ31.5827.6923.76-
YUV145.8117.39155.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 127 (50% from 255) = 28.80%
R=41.72%
G=29.48%
B=28.80%

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
Decimal18413012700.290.310.283.1628.6460.98
HexB8827F01D1F1C31d3d
Octal270202177035373433575
Binary1011100010000010111111101110111111111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8827F; }

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

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

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

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

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

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

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

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