#B88683

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

Shades of Brandy Rose #B88683

Tints of Brandy Rose #B88683

Color information

#B88683 (or 0xB88683) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 83. RGB value is (184,134,131). Sum of RGB (Red+Green+Blue) = 184+134+131=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88683 is #47797C. Grayscale: #949494. Windows color (decimal): -4684157 or 8619704. OLE color: 8619704.

HSL color Cylindrical-coordinate representation of color #B88683: hue angle of 3.4º 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 #B88683 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184134131-
CMYK00.270.290.28
HSL3.4º27.18%61.76%-
HSV(B)3.4º28.8%72.16%-
XYZ32.3928.8825.34-
YUV148.61118.06153.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=40.98%
G=29.84%
B=29.18%

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
Decimal18413413100.270.290.283.427.1861.76
HexB8868301B1D1C31b3e
Octal270206203033353433376
Binary10111000100001101000001101101111101111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88683; }

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

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

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

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

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

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

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

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