#B38375

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

Shades of Brandy Rose #B38375

Tints of Brandy Rose #B38375

Color information

#B38375 (or 0xB38375) is unknown color: approx Brandy Rose. HEX triplet: B3, 83 and 75. RGB value is (179,131,117). Sum of RGB (Red+Green+Blue) = 179+131+117=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38375 is #4C7C8A. Grayscale: #8F8F8F. Windows color (decimal): -5012619 or 7701427. OLE color: 7701427.

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

Color convert

RGB179131117-
CMYK00.270.350.30
HSL13.55º28.97%58.04%-
HSV(B)13.55º34.64%70.2%-
XYZ29.9227.120.48-
YUV143.76112.9153.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=41.92%
G=30.68%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913111700.270.350.3013.5528.9758.04
HexB3837501B231Ee1d3a
Octal2632031650334336163572
Binary1011001110000011111010101101110001111110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38375; }

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

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

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

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

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

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

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

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