#B07B71

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

Shades of Brandy Rose #B07B71

Tints of Brandy Rose #B07B71

Color information

#B07B71 (or 0xB07B71) is unknown color: approx Brandy Rose. HEX triplet: B0, 7B and 71. RGB value is (176,123,113). Sum of RGB (Red+Green+Blue) = 176+123+113=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B71 is #4F848E. Grayscale: #898989. Windows color (decimal): -5211279 or 7437232. OLE color: 7437232.

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

Color convert

RGB176123113-
CMYK00.300.360.31
HSL9.52º28.51%56.67%-
HSV(B)9.52º35.8%69.02%-
XYZ27.9724.5918.89-
YUV137.71114.06155.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=42.72%
G=29.85%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612311300.300.360.319.5228.5156.67
HexB07B7101E241Fa1d39
Octal2601731610364437123571
Binary101100001111011111000101111010010011111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B71; }

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

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

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

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

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

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

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

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