#B38675

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

Shades of Brandy Rose #B38675

Tints of Brandy Rose #B38675

Color information

#B38675 (or 0xB38675) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 75. RGB value is (179,134,117). Sum of RGB (Red+Green+Blue) = 179+134+117=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38675 is #4C798A. Grayscale: #919191. Windows color (decimal): -5011851 or 7702195. OLE color: 7702195.

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

Color convert

RGB179134117-
CMYK00.250.350.30
HSL16.45º28.97%58.04%-
HSV(B)16.45º34.64%70.2%-
XYZ30.3327.9220.62-
YUV145.52111.91151.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=41.63%
G=31.16%
B=27.21%

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
Decimal17913411700.250.350.3016.4528.9758.04
HexB38675019231E101d3a
Octal2632061650314336203572
Binary10110011100001101110101011001100011111101000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38675; }

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

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

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

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

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

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

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

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