#B38D7E

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

Shades of Brandy Rose #B38D7E

Tints of Brandy Rose #B38D7E

Color information

#B38D7E (or 0xB38D7E) is unknown color: approx Brandy Rose. HEX triplet: B3, 8D and 7E. RGB value is (179,141,126). Sum of RGB (Red+Green+Blue) = 179+141+126=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D7E is #4C7281. Grayscale: #969696. Windows color (decimal): -5010050 or 8293811. OLE color: 8293811.

HSL color Cylindrical-coordinate representation of color #B38D7E: hue angle of 16.98º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38D7E is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179141126-
CMYK00.210.300.30
HSL16.98º25.85%59.8%-
HSV(B)16.98º29.61%70.2%-
XYZ31.8830.1423.88-
YUV150.65114.09148.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=40.13%
G=31.61%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914112600.210.300.3016.9825.8559.8
HexB38D7E0151E1E111a3c
Octal2632151760253636213274
Binary1011001110001101111111001010111110111101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D7E; }

 p { color: rgb(179,141,126); }

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

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

 a { background-color: rgb(179,141,126); }

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

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

 span { border-color: rgb(179,141,126); }

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