#B7807F

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

Shades of Brandy Rose #B7807F

Tints of Brandy Rose #B7807F

Color information

#B7807F (or 0xB7807F) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 7F. RGB value is (183,128,127). Sum of RGB (Red+Green+Blue) = 183+128+127=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807F is #487F80. Grayscale: #909090. Windows color (decimal): -4751233 or 8356023. OLE color: 8356023.

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

Color convert

RGB183128127-
CMYK00.300.310.28
HSL1.07º28%60.78%-
HSV(B)1.07º30.6%71.76%-
XYZ31.0827.0423.66-
YUV144.33118.22155.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 127 (50% from 255) = 29.00%
R=41.78%
G=29.22%
B=29.00%

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
Decimal18312812700.300.310.281.072860.78
HexB7807F01E1F1C11c3d
Octal267200177036373413475
Binary101101111000000011111110111101111111100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7807F; }

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

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

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

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

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

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

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

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