#B07F7C

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

Shades of Brandy Rose #B07F7C

Tints of Brandy Rose #B07F7C

Color information

#B07F7C (or 0xB07F7C) is unknown color: approx Brandy Rose. HEX triplet: B0, 7F and 7C. RGB value is (176,127,124). Sum of RGB (Red+Green+Blue) = 176+127+124=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F7C is #4F8083. Grayscale: #8D8D8D. Windows color (decimal): -5210244 or 8159152. OLE color: 8159152.

HSL color Cylindrical-coordinate representation of color #B07F7C: hue angle of 3.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07F7C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176127124-
CMYK00.280.300.31
HSL3.46º24.76%58.82%-
HSV(B)3.46º29.55%69.02%-
XYZ29.1325.8622.53-
YUV141.31118.23152.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=41.22%
G=29.74%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612712400.280.300.313.4624.7658.82
HexB07F7C01C1E1F3193b
Octal260177174034363733173
Binary101100001111111111110001110011110111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F7C; }

 p { color: rgb(176,127,124); }

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

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

 a { background-color: rgb(176,127,124); }

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

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

 span { border-color: rgb(176,127,124); }

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