#B28775

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

Shades of Brandy Rose #B28775

Tints of Brandy Rose #B28775

Color information

#B28775 (or 0xB28775) is unknown color: approx Brandy Rose. HEX triplet: B2, 87 and 75. RGB value is (178,135,117). Sum of RGB (Red+Green+Blue) = 178+135+117=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B28775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28775 is #4D788A. Grayscale: #919191. Windows color (decimal): -5077131 or 7702450. OLE color: 7702450.

HSL color Cylindrical-coordinate representation of color #B28775: hue angle of 17.7º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28775 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178135117-
CMYK00.240.340.30
HSL17.7º28.37%57.84%-
HSV(B)17.7º34.27%69.8%-
XYZ30.2328.0820.66-
YUV145.8111.75150.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=41.40%
G=31.40%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813511700.240.340.3017.728.3757.84
HexB28775018221E121c3a
Octal2622071650304236223472
Binary10110010100001111110101011000100010111101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28775; }

 p { color: rgb(178,135,117); }

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

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

 a { background-color: rgb(178,135,117); }

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

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

 span { border-color: rgb(178,135,117); }

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