#B28A7C

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

Shades of Brandy Rose #B28A7C

Tints of Brandy Rose #B28A7C

Color information

#B28A7C (or 0xB28A7C) is unknown color: approx Brandy Rose. HEX triplet: B2, 8A and 7C. RGB value is (178,138,124). Sum of RGB (Red+Green+Blue) = 178+138+124=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A7C is #4D7583. Grayscale: #949494. Windows color (decimal): -5076356 or 8161970. OLE color: 8161970.

HSL color Cylindrical-coordinate representation of color #B28A7C: hue angle of 15.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B28A7C is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178138124-
CMYK00.220.300.30
HSL15.56º25.96%59.22%-
HSV(B)15.56º30.34%69.8%-
XYZ31.0929.123.05-
YUV148.36114.25149.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=40.45%
G=31.36%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813812400.220.300.3015.5625.9659.22
HexB28A7C0161E1E101a3b
Octal2622121740263636203273
Binary1011001010001010111110001011011110111101000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A7C; }

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

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

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

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

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

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

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

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