#B08073

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

Shades of Brandy Rose #B08073

Tints of Brandy Rose #B08073

Color information

#B08073 (or 0xB08073) is unknown color: approx Brandy Rose. HEX triplet: B0, 80 and 73. RGB value is (176,128,115). Sum of RGB (Red+Green+Blue) = 176+128+115=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08073 is #4F7F8C. Grayscale: #8C8C8C. Windows color (decimal): -5209997 or 7569584. OLE color: 7569584.

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

Color convert

RGB176128115-
CMYK00.270.350.31
HSL12.79º27.85%57.06%-
HSV(B)12.79º34.66%69.02%-
XYZ28.7225.9119.71-
YUV140.87113.4153.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=42.00%
G=30.55%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612811500.270.350.3112.7927.8557.06
HexB0807301B231Fd1c39
Octal2602001630334337153471
Binary1011000010000000111001101101110001111111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08073; }

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

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

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

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

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

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

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

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