#B38775

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

Shades of Brandy Rose #B38775

Tints of Brandy Rose #B38775

Color information

#B38775 (or 0xB38775) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 75. RGB value is (179,135,117). Sum of RGB (Red+Green+Blue) = 179+135+117=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38775 is #4C788A. Grayscale: #929292. Windows color (decimal): -5011595 or 7702451. OLE color: 7702451.

HSL color Cylindrical-coordinate representation of color #B38775: hue angle of 17.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38775 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB179135117-
CMYK00.250.350.30
HSL17.42º28.97%58.04%-
HSV(B)17.42º34.64%70.2%-
XYZ30.4728.220.67-
YUV146.1111.58151.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=41.53%
G=31.32%
B=27.15%

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
Decimal17913511700.250.350.3017.4228.9758.04
HexB38775019231E111d3a
Octal2632071650314336213572
Binary10110011100001111110101011001100011111101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38775; }

 p { color: rgb(179,135,117); }

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

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

 a { background-color: rgb(179,135,117); }

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

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

 span { border-color: rgb(179,135,117); }

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