#B28673

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

Shades of Brandy Rose #B28673

Tints of Brandy Rose #B28673

Color information

#B28673 (or 0xB28673) is unknown color: approx Brandy Rose. HEX triplet: B2, 86 and 73. RGB value is (178,134,115). Sum of RGB (Red+Green+Blue) = 178+134+115=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28673 is #4D798C. Grayscale: #919191. Windows color (decimal): -5077389 or 7571122. OLE color: 7571122.

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

Color convert

RGB178134115-
CMYK00.250.350.30
HSL18.1º29.03%57.45%-
HSV(B)18.1º35.39%69.8%-
XYZ29.9827.7520-
YUV144.99111.08151.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=41.69%
G=31.38%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813411500.250.350.3018.129.0357.45
HexB28673019231E121d39
Octal2622061630314336223571
Binary10110010100001101110011011001100011111101001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28673; }

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

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

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

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

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

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

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

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