#B08273

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

Shades of Brandy Rose #B08273

Tints of Brandy Rose #B08273

Color information

#B08273 (or 0xB08273) is unknown color: approx Brandy Rose. HEX triplet: B0, 82 and 73. RGB value is (176,130,115). Sum of RGB (Red+Green+Blue) = 176+130+115=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B08273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08273 is #4F7D8C. Grayscale: #8E8E8E. Windows color (decimal): -5209485 or 7570096. OLE color: 7570096.

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

Color convert

RGB176130115-
CMYK00.260.350.31
HSL14.75º27.85%57.06%-
HSV(B)14.75º34.66%69.02%-
XYZ28.9826.4319.79-
YUV142.04112.74152.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=41.81%
G=30.88%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613011500.260.350.3114.7527.8557.06
HexB0827301A231Ff1c39
Octal2602021630324337173471
Binary1011000010000010111001101101010001111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08273; }

 p { color: rgb(176,130,115); }

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

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

 a { background-color: rgb(176,130,115); }

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

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

 span { border-color: rgb(176,130,115); }

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