#B07C72

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

Shades of Brandy Rose #B07C72

Tints of Brandy Rose #B07C72

Color information

#B07C72 (or 0xB07C72) is unknown color: approx Brandy Rose. HEX triplet: B0, 7C and 72. RGB value is (176,124,114). Sum of RGB (Red+Green+Blue) = 176+124+114=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C72 is #4F838D. Grayscale: #8A8A8A. Windows color (decimal): -5211022 or 7503024. OLE color: 7503024.

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

Color convert

RGB176124114-
CMYK00.300.350.31
HSL9.68º28.18%56.86%-
HSV(B)9.68º35.23%69.02%-
XYZ28.1524.8619.23-
YUV138.41114.23154.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=42.51%
G=29.95%
B=27.54%

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
Decimal17612411400.300.350.319.6828.1856.86
HexB07C7201E231Fa1c39
Octal2601741620364337123471
Binary101100001111100111001001111010001111111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C72; }

 p { color: rgb(176,124,114); }

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

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

 a { background-color: rgb(176,124,114); }

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

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

 span { border-color: rgb(176,124,114); }

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