#B7867F

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

Shades of Brandy Rose #B7867F

Tints of Brandy Rose #B7867F

Color information

#B7867F (or 0xB7867F) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 7F. RGB value is (183,134,127). Sum of RGB (Red+Green+Blue) = 183+134+127=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7867F is #487980. Grayscale: #939393. Windows color (decimal): -4749697 or 8357559. OLE color: 8357559.

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

Color convert

RGB183134127-
CMYK00.270.310.28
HSL7.5º28%60.78%-
HSV(B)7.5º30.6%71.76%-
XYZ31.8828.6523.93-
YUV147.85116.23153.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 127 (50% from 255) = 28.60%
R=41.22%
G=30.18%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313412700.270.310.287.52860.78
HexB7867F01B1F1C81c3d
Octal2672061770333734103475
Binary101101111000011011111110110111111111100100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7867F; }

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

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

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

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

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

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

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

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