#b38278

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

Shades of Brandy Rose #B38278

Tints of Brandy Rose #B38278

Color information

#B38278 (or 0xB38278) is unknown color: approx Brandy Rose. HEX triplet: B3, 82 and 78. RGB value is (179,130,120). Sum of RGB (Red+Green+Blue) = 179+130+120=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38278 is #4C7D87. Grayscale: #8F8F8F. Windows color (decimal): -5012872 or 7897779. OLE color: 7897779.

HSL color Cylindrical-coordinate representation of color #B38278: hue angle of 10.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38278 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB179130120-
CMYK00.270.330.30
HSL10.17º27.96%58.63%-
HSV(B)10.17º32.96%70.2%-
XYZ29.9626.9121.38-
YUV143.51114.73153.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=41.72%
G=30.30%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913012000.270.330.3010.1727.9658.63
HexB3827801B211Ea1c3b
Octal2632021700334136123473
Binary1011001110000010111100001101110000111110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38278; }

 p { color: rgb(179,130,120); }

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

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

 a { background-color: rgb(179,130,120); }

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

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

 span { border-color: rgb(179,130,120); }

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