#B8817F

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

Shades of Brandy Rose #B8817F

Tints of Brandy Rose #B8817F

Color information

#B8817F (or 0xB8817F) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 7F. RGB value is (184,129,127). Sum of RGB (Red+Green+Blue) = 184+129+127=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8817F is #477E80. Grayscale: #919191. Windows color (decimal): -4685441 or 8356280. OLE color: 8356280.

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

Color convert

RGB184129127-
CMYK00.300.310.28
HSL2.11º28.64%60.98%-
HSV(B)2.11º30.98%72.16%-
XYZ31.4527.4223.71-
YUV145.22117.72155.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 127 (50% from 255) = 28.86%
R=41.82%
G=29.32%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412912700.300.310.282.1128.6460.98
HexB8817F01E1F1C21d3d
Octal270201177036373423575
Binary1011100010000001111111101111011111111001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8817F; }

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

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

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

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

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

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

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

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