#B88783

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

Shades of Brandy Rose #B88783

Tints of Brandy Rose #B88783

Color information

#B88783 (or 0xB88783) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 83. RGB value is (184,135,131). Sum of RGB (Red+Green+Blue) = 184+135+131=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88783 is #47787C. Grayscale: #959595. Windows color (decimal): -4683901 or 8619960. OLE color: 8619960.

HSL color Cylindrical-coordinate representation of color #B88783: hue angle of 4.53º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88783 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184135131-
CMYK00.270.290.28
HSL4.53º27.18%61.76%-
HSV(B)4.53º28.8%72.16%-
XYZ32.5329.1625.39-
YUV149.2117.73152.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=40.89%
G=30%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413513100.270.290.284.5327.1861.76
HexB8878301B1D1C51b3e
Octal270207203033353453376
Binary101110001000011110000011011011111011110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88783; }

 p { color: rgb(184,135,131); }

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

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

 a { background-color: rgb(184,135,131); }

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

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

 span { border-color: rgb(184,135,131); }

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