#B0867D

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

Shades of Brandy Rose #B0867D

Tints of Brandy Rose #B0867D

Color information

#B0867D (or 0xB0867D) is unknown color: approx Brandy Rose. HEX triplet: B0, 86 and 7D. RGB value is (176,134,125). Sum of RGB (Red+Green+Blue) = 176+134+125=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0867D is #4F7982. Grayscale: #919191. Windows color (decimal): -5208451 or 8226480. OLE color: 8226480.

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

Color convert

RGB176134125-
CMYK00.240.290.31
HSL10.59º24.4%59.02%-
HSV(B)10.59º28.98%69.02%-
XYZ30.1327.7623.17-
YUV145.53116.41149.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=40.46%
G=30.80%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613412500.240.290.3110.5924.459.02
HexB0867D0181D1Fb183b
Octal2602061750303537133073
Binary101100001000011011111010110001110111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0867D; }

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

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

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

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

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

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

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

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