#B38B7D

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

Shades of Brandy Rose #B38B7D

Tints of Brandy Rose #B38B7D

Color information

#B38B7D (or 0xB38B7D) is unknown color: approx Brandy Rose. HEX triplet: B3, 8B and 7D. RGB value is (179,139,125). Sum of RGB (Red+Green+Blue) = 179+139+125=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B7D is #4C7482. Grayscale: #959595. Windows color (decimal): -5010563 or 8227763. OLE color: 8227763.

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

Color convert

RGB179139125-
CMYK00.220.300.30
HSL15.56º26.21%59.61%-
HSV(B)15.56º30.17%70.2%-
XYZ31.5229.5323.44-
YUV149.36114.25149.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=40.41%
G=31.38%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913912500.220.300.3015.5626.2159.61
HexB38B7D0161E1E101a3c
Octal2632131750263636203274
Binary1011001110001011111110101011011110111101000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B7D; }

 p { color: rgb(179,139,125); }

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

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

 a { background-color: rgb(179,139,125); }

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

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

 span { border-color: rgb(179,139,125); }

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