#B38A7D

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

Shades of Brandy Rose #B38A7D

Tints of Brandy Rose #B38A7D

Color information

#B38A7D (or 0xB38A7D) is unknown color: approx Brandy Rose. HEX triplet: B3, 8A and 7D. RGB value is (179,138,125). Sum of RGB (Red+Green+Blue) = 179+138+125=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A7D is #4C7582. Grayscale: #949494. Windows color (decimal): -5010819 or 8227507. OLE color: 8227507.

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

Color convert

RGB179138125-
CMYK00.230.300.30
HSL14.44º26.21%59.61%-
HSV(B)14.44º30.17%70.2%-
XYZ31.3829.2423.39-
YUV148.78114.58149.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=40.50%
G=31.22%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913812500.230.300.3014.4426.2159.61
HexB38A7D0171E1Ee1a3c
Octal2632121750273636163274
Binary101100111000101011111010101111111011110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A7D; }

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

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

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

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

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

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

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

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