#B07B79

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

Shades of Brandy Rose #B07B79

Tints of Brandy Rose #B07B79

Color information

#B07B79 (or 0xB07B79) is unknown color: approx Brandy Rose. HEX triplet: B0, 7B and 79. RGB value is (176,123,121). Sum of RGB (Red+Green+Blue) = 176+123+121=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B79 is #4F8486. Grayscale: #8A8A8A. Windows color (decimal): -5211271 or 7961520. OLE color: 7961520.

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

Color convert

RGB176123121-
CMYK00.300.310.31
HSL2.18º25.82%58.24%-
HSV(B)2.18º31.25%69.02%-
XYZ28.4424.7821.37-
YUV138.62118.06154.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=41.90%
G=29.29%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612312100.300.310.312.1825.8258.24
HexB07B7901E1F1F21a3a
Octal260173171036373723272
Binary101100001111011111100101111011111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B79; }

 p { color: rgb(176,123,121); }

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

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

 a { background-color: rgb(176,123,121); }

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

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

 span { border-color: rgb(176,123,121); }

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