#B2867E

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

Shades of Brandy Rose #B2867E

Tints of Brandy Rose #B2867E

Color information

#B2867E (or 0xB2867E) is unknown color: approx Brandy Rose. HEX triplet: B2, 86 and 7E. RGB value is (178,134,126). Sum of RGB (Red+Green+Blue) = 178+134+126=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2867E is #4D7981. Grayscale: #929292. Windows color (decimal): -5077378 or 8292018. OLE color: 8292018.

HSL color Cylindrical-coordinate representation of color #B2867E: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2867E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178134126-
CMYK00.250.290.30
HSL9.23º25.24%59.61%-
HSV(B)9.23º29.21%69.8%-
XYZ30.6528.0223.53-
YUV146.24116.58150.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=40.64%
G=30.59%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813412600.250.290.309.2325.2459.61
HexB2867E0191D1E9193c
Octal2622061760313536113174
Binary101100101000011011111100110011110111110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2867E; }

 p { color: rgb(178,134,126); }

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

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

 a { background-color: rgb(178,134,126); }

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

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

 span { border-color: rgb(178,134,126); }

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