#B28B7F

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

Shades of Brandy Rose #B28B7F

Tints of Brandy Rose #B28B7F

Color information

#B28B7F (or 0xB28B7F) is unknown color: approx Brandy Rose. HEX triplet: B2, 8B and 7F. RGB value is (178,139,127). Sum of RGB (Red+Green+Blue) = 178+139+127=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B7F is #4D7480. Grayscale: #959595. Windows color (decimal): -5076097 or 8358834. OLE color: 8358834.

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

Color convert

RGB178139127-
CMYK00.220.290.30
HSL14.12º24.88%59.8%-
HSV(B)14.12º28.65%69.8%-
XYZ31.4229.4624.11-
YUV149.29115.42148.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 127 (50% from 255) = 28.60%
R=40.09%
G=31.31%
B=28.60%

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
Decimal17813912700.220.290.3014.1224.8859.8
HexB28B7F0161D1Ee193c
Octal2622131770263536163174
Binary101100101000101111111110101101110111110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B7F; }

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

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

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

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

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

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

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

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