#B07D77

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

Shades of Brandy Rose #B07D77

Tints of Brandy Rose #B07D77

Color information

#B07D77 (or 0xB07D77) is unknown color: approx Brandy Rose. HEX triplet: B0, 7D and 77. RGB value is (176,125,119). Sum of RGB (Red+Green+Blue) = 176+125+119=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D77 is #4F8288. Grayscale: #8B8B8B. Windows color (decimal): -5210761 or 7830960. OLE color: 7830960.

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

Color convert

RGB176125119-
CMYK00.290.320.31
HSL6.32º26.51%57.84%-
HSV(B)6.32º32.39%69.02%-
XYZ28.5725.2320.82-
YUV139.56116.4153.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=41.90%
G=29.76%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612511900.290.320.316.3226.5157.84
HexB07D7701D201F61b3a
Octal260175167035403763372
Binary10110000111110111101110111011000001111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D77; }

 p { color: rgb(176,125,119); }

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

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

 a { background-color: rgb(176,125,119); }

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

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

 span { border-color: rgb(176,125,119); }

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