#B07D7C

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

Shades of Brandy Rose #B07D7C

Tints of Brandy Rose #B07D7C

Color information

#B07D7C (or 0xB07D7C) is unknown color: approx Brandy Rose. HEX triplet: B0, 7D and 7C. RGB value is (176,125,124). Sum of RGB (Red+Green+Blue) = 176+125+124=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D7C is #4F8283. Grayscale: #8C8C8C. Windows color (decimal): -5210756 or 8158640. OLE color: 8158640.

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

Color convert

RGB176125124-
CMYK00.290.300.31
HSL1.15º24.76%58.82%-
HSV(B)1.15º29.55%69.02%-
XYZ28.8825.3522.44-
YUV140.14118.9153.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=41.41%
G=29.41%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612512400.290.300.311.1524.7658.82
HexB07D7C01D1E1F1193b
Octal260175174035363713173
Binary10110000111110111111000111011111011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D7C; }

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

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

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

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

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

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

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

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