#B7817F

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

Shades of Brandy Rose #B7817F

Tints of Brandy Rose #B7817F

Color information

#B7817F (or 0xB7817F) is unknown color: approx Brandy Rose. HEX triplet: B7, 81 and 7F. RGB value is (183,129,127). Sum of RGB (Red+Green+Blue) = 183+129+127=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7817F is #487E80. Grayscale: #909090. Windows color (decimal): -4750977 or 8356279. OLE color: 8356279.

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

Color convert

RGB183129127-
CMYK00.300.310.28
HSL2.14º28%60.78%-
HSV(B)2.14º30.6%71.76%-
XYZ31.2127.323.7-
YUV144.92117.89155.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 127 (50% from 255) = 28.93%
R=41.69%
G=29.38%
B=28.93%

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
Decimal18312912700.300.310.282.142860.78
HexB7817F01E1F1C21c3d
Octal267201177036373423475
Binary1011011110000001111111101111011111111001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7817F; }

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

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

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

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

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

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

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

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