#B08B7D

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

Shades of Brandy Rose #B08B7D

Tints of Brandy Rose #B08B7D

Color information

#B08B7D (or 0xB08B7D) is unknown color: approx Brandy Rose. HEX triplet: B0, 8B and 7D. RGB value is (176,139,125). Sum of RGB (Red+Green+Blue) = 176+139+125=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B7D is #4F7482. Grayscale: #949494. Windows color (decimal): -5207171 or 8227760. OLE color: 8227760.

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

Color convert

RGB176139125-
CMYK00.210.290.31
HSL16.47º24.4%59.02%-
HSV(B)16.47º28.98%69.02%-
XYZ30.8429.1823.41-
YUV148.47114.76147.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=40%
G=31.59%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613912500.210.290.3116.4724.459.02
HexB08B7D0151D1F10183b
Octal2602131750253537203073
Binary1011000010001011111110101010111101111111000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B7D; }

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

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

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

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

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

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

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

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