#B07C7B

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

Shades of Brandy Rose #B07C7B

Tints of Brandy Rose #B07C7B

Color information

#B07C7B (or 0xB07C7B) is unknown color: approx Brandy Rose. HEX triplet: B0, 7C and 7B. RGB value is (176,124,123). Sum of RGB (Red+Green+Blue) = 176+124+123=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C7B is #4F8384. Grayscale: #8B8B8B. Windows color (decimal): -5211013 or 8092848. OLE color: 8092848.

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

Color convert

RGB176124123-
CMYK00.300.300.31
HSL1.13º25.12%58.63%-
HSV(B)1.13º30.11%69.02%-
XYZ28.6925.0822.07-
YUV139.43118.73154.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=41.61%
G=29.31%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612412300.300.300.311.1325.1258.63
HexB07C7B01E1E1F1193b
Octal260174173036363713173
Binary10110000111110011110110111101111011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C7B; }

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

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

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

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

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

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

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

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