#B07A71

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

Shades of Brandy Rose #B07A71

Tints of Brandy Rose #B07A71

Color information

#B07A71 (or 0xB07A71) is unknown color: approx Brandy Rose. HEX triplet: B0, 7A and 71. RGB value is (176,122,113). Sum of RGB (Red+Green+Blue) = 176+122+113=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A71 is #4F858E. Grayscale: #898989. Windows color (decimal): -5211535 or 7436976. OLE color: 7436976.

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

Color convert

RGB176122113-
CMYK00.310.360.31
HSL8.57º28.51%56.67%-
HSV(B)8.57º35.8%69.02%-
XYZ27.8424.3418.85-
YUV137.12114.39155.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=42.82%
G=29.68%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612211300.310.360.318.5728.5156.67
HexB07A7101F241F91d39
Octal2601721610374437113571
Binary101100001111010111000101111110010011111100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A71; }

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

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

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

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

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

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

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

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