#B08670

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

Shades of Brandy Rose #B08670

Tints of Brandy Rose #B08670

Color information

#B08670 (or 0xB08670) is unknown color: approx Brandy Rose. HEX triplet: B0, 86 and 70. RGB value is (176,134,112). Sum of RGB (Red+Green+Blue) = 176+134+112=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08670 is #4F798F. Grayscale: #909090. Windows color (decimal): -5208464 or 7374512. OLE color: 7374512.

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

Color convert

RGB176134112-
CMYK00.240.360.31
HSL20.63º28.83%56.47%-
HSV(B)20.63º36.36%69.02%-
XYZ29.3527.4519.08-
YUV144.05109.91150.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=41.71%
G=31.75%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613411200.240.360.3120.6328.8356.47
HexB08670018241F151d38
Octal2602061600304437253570
Binary10110000100001101110000011000100100111111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08670; }

 p { color: rgb(176,134,112); }

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

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

 a { background-color: rgb(176,134,112); }

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

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

 span { border-color: rgb(176,134,112); }

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