#B38671

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

Shades of Brandy Rose #B38671

Tints of Brandy Rose #B38671

Color information

#B38671 (or 0xB38671) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 71. RGB value is (179,134,113). Sum of RGB (Red+Green+Blue) = 179+134+113=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38671 is #4C798E. Grayscale: #919191. Windows color (decimal): -5011855 or 7440051. OLE color: 7440051.

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

Color convert

RGB179134113-
CMYK00.250.370.30
HSL19.09º30.28%57.25%-
HSV(B)19.09º36.87%70.2%-
XYZ30.127.8319.41-
YUV145.06109.91152.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=42.02%
G=31.46%
B=26.53%

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
Decimal17913411300.250.370.3019.0930.2857.25
HexB38671019251E131e39
Octal2632061610314536233671
Binary10110011100001101110001011001100101111101001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38671; }

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

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

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

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

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

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

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

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