#B38075

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

Shades of Brandy Rose #B38075

Tints of Brandy Rose #B38075

Color information

#B38075 (or 0xB38075) is unknown color: approx Brandy Rose. HEX triplet: B3, 80 and 75. RGB value is (179,128,117). Sum of RGB (Red+Green+Blue) = 179+128+117=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B38075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38075 is #4C7F8A. Grayscale: #8E8E8E. Windows color (decimal): -5013387 or 7700659. OLE color: 7700659.

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

Color convert

RGB179128117-
CMYK00.280.350.30
HSL10.65º28.97%58.04%-
HSV(B)10.65º34.64%70.2%-
XYZ29.5226.3120.35-
YUV141.99113.9154.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=42.22%
G=30.19%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912811700.280.350.3010.6528.9758.04
HexB3807501C231Eb1d3a
Octal2632001650344336133572
Binary1011001110000000111010101110010001111110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38075; }

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

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

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

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

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

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

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

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