#B07A79

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

Shades of Brandy Rose #B07A79

Tints of Brandy Rose #B07A79

Color information

#B07A79 (or 0xB07A79) is unknown color: approx Brandy Rose. HEX triplet: B0, 7A and 79. RGB value is (176,122,121). Sum of RGB (Red+Green+Blue) = 176+122+121=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A79 is #4F8586. Grayscale: #8A8A8A. Windows color (decimal): -5211527 or 7961264. OLE color: 7961264.

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

Color convert

RGB176122121-
CMYK00.310.310.31
HSL1.09º25.82%58.24%-
HSV(B)1.09º31.25%69.02%-
XYZ28.3224.5321.33-
YUV138.03118.39155.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=42.00%
G=29.12%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612212100.310.310.311.0925.8258.24
HexB07A7901F1F1F11a3a
Octal260172171037373713272
Binary10110000111101011110010111111111111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A79; }

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

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

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

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

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

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

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

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