#B08570

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

Shades of Brandy Rose #B08570

Tints of Brandy Rose #B08570

Color information

#B08570 (or 0xB08570) is unknown color: approx Brandy Rose. HEX triplet: B0, 85 and 70. RGB value is (176,133,112). Sum of RGB (Red+Green+Blue) = 176+133+112=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B08570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08570 is #4F7A8F. Grayscale: #8F8F8F. Windows color (decimal): -5208720 or 7374256. OLE color: 7374256.

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

Color convert

RGB176133112-
CMYK00.240.360.31
HSL19.69º28.83%56.47%-
HSV(B)19.69º36.36%69.02%-
XYZ29.2227.1819.03-
YUV143.46110.25151.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=41.81%
G=31.59%
B=26.60%

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
Decimal17613311200.240.360.3119.6928.8356.47
HexB08570018241F141d38
Octal2602051600304437243570
Binary10110000100001011110000011000100100111111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08570; }

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

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

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

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

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

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

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

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