#B07B73

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

Shades of Brandy Rose #B07B73

Tints of Brandy Rose #B07B73

Color information

#B07B73 (or 0xB07B73) is unknown color: approx Brandy Rose. HEX triplet: B0, 7B and 73. RGB value is (176,123,115). Sum of RGB (Red+Green+Blue) = 176+123+115=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B73 is #4F848C. Grayscale: #8A8A8A. Windows color (decimal): -5211277 or 7568304. OLE color: 7568304.

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

Color convert

RGB176123115-
CMYK00.300.350.31
HSL7.87º27.85%57.06%-
HSV(B)7.87º34.66%69.02%-
XYZ28.0824.6319.49-
YUV137.94115.06155.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=42.51%
G=29.71%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612311500.300.350.317.8727.8557.06
HexB07B7301E231F81c39
Octal2601731630364337103471
Binary101100001111011111001101111010001111111100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B73; }

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

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

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

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

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

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

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

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