#B28073

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

Shades of Brandy Rose #B28073

Tints of Brandy Rose #B28073

Color information

#B28073 (or 0xB28073) is unknown color: approx Brandy Rose. HEX triplet: B2, 80 and 73. RGB value is (178,128,115). Sum of RGB (Red+Green+Blue) = 178+128+115=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B28073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28073 is #4D7F8C. Grayscale: #8D8D8D. Windows color (decimal): -5078925 or 7569586. OLE color: 7569586.

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

Color convert

RGB178128115-
CMYK00.280.350.30
HSL12.38º29.03%57.45%-
HSV(B)12.38º35.39%69.8%-
XYZ29.1726.1419.73-
YUV141.47113.06154.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=42.28%
G=30.40%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812811500.280.350.3012.3829.0357.45
HexB2807301C231Ec1d39
Octal2622001630344336143571
Binary1011001010000000111001101110010001111110110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28073; }

 p { color: rgb(178,128,115); }

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

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

 a { background-color: rgb(178,128,115); }

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

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

 span { border-color: rgb(178,128,115); }

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