#B38771

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

Shades of Brandy Rose #B38771

Tints of Brandy Rose #B38771

Color information

#B38771 (or 0xB38771) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 71. RGB value is (179,135,113). Sum of RGB (Red+Green+Blue) = 179+135+113=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38771 is #4C788E. Grayscale: #919191. Windows color (decimal): -5011599 or 7440307. OLE color: 7440307.

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

Color convert

RGB179135113-
CMYK00.250.370.30
HSL20º30.28%57.25%-
HSV(B)20º36.87%70.2%-
XYZ30.2428.119.45-
YUV145.65109.58151.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=41.92%
G=31.62%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913511300.250.370.302030.2857.25
HexB38771019251E141e39
Octal2632071610314536243671
Binary10110011100001111110001011001100101111101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38771; }

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

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

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

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

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

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

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

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