#B38583

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

Shades of Brandy Rose #B38583

Tints of Brandy Rose #B38583

Color information

#B38583 (or 0xB38583) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 83. RGB value is (179,133,131). Sum of RGB (Red+Green+Blue) = 179+133+131=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38583 is #4C7A7C. Grayscale: #929292. Windows color (decimal): -5012093 or 8619443. OLE color: 8619443.

HSL color Cylindrical-coordinate representation of color #B38583: hue angle of 2.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38583 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179133131-
CMYK00.260.270.30
HSL2.5º24%60.78%-
HSV(B)2.5º26.82%70.2%-
XYZ31.072825.24-
YUV146.53119.24151.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=40.41%
G=30.02%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913313100.260.270.302.52460.78
HexB3858301A1B1E3183d
Octal263205203032333633075
Binary10110011100001011000001101101011011111101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38583; }

 p { color: rgb(179,133,131); }

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

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

 a { background-color: rgb(179,133,131); }

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

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

 span { border-color: rgb(179,133,131); }

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