#B38474

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

Shades of Brandy Rose #B38474

Tints of Brandy Rose #B38474

Color information

#B38474 (or 0xB38474) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 74. RGB value is (179,132,116). Sum of RGB (Red+Green+Blue) = 179+132+116=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38474 is #4C7B8B. Grayscale: #909090. Windows color (decimal): -5012364 or 7636147. OLE color: 7636147.

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

Color convert

RGB179132116-
CMYK00.260.350.30
HSL15.24º29.3%57.84%-
HSV(B)15.24º35.2%70.2%-
XYZ29.9927.3520.22-
YUV144.23112.07152.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=41.92%
G=30.91%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913211600.260.350.3015.2429.357.84
HexB3847401A231Ef1d3a
Octal2632041640324336173572
Binary1011001110000100111010001101010001111110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38474; }

 p { color: rgb(179,132,116); }

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

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

 a { background-color: rgb(179,132,116); }

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

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

 span { border-color: rgb(179,132,116); }

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