#B28A7F

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

Shades of Brandy Rose #B28A7F

Tints of Brandy Rose #B28A7F

Color information

#B28A7F (or 0xB28A7F) is unknown color: approx Brandy Rose. HEX triplet: B2, 8A and 7F. RGB value is (178,138,127). Sum of RGB (Red+Green+Blue) = 178+138+127=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A7F is #4D7580. Grayscale: #949494. Windows color (decimal): -5076353 or 8358578. OLE color: 8358578.

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

Color convert

RGB178138127-
CMYK00.220.290.30
HSL12.94º24.88%59.8%-
HSV(B)12.94º28.65%69.8%-
XYZ31.2829.1724.06-
YUV148.71115.75148.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 127 (50% from 255) = 28.67%
R=40.18%
G=31.15%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813812700.220.290.3012.9424.8859.8
HexB28A7F0161D1Ed193c
Octal2622121770263536153174
Binary101100101000101011111110101101110111110110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A7F; }

 p { color: rgb(178,138,127); }

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

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

 a { background-color: rgb(178,138,127); }

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

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

 span { border-color: rgb(178,138,127); }

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