#B38B7A

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

Shades of Brandy Rose #B38B7A

Tints of Brandy Rose #B38B7A

Color information

#B38B7A (or 0xB38B7A) is unknown color: approx Brandy Rose. HEX triplet: B3, 8B and 7A. RGB value is (179,139,122). Sum of RGB (Red+Green+Blue) = 179+139+122=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B7A is #4C7485. Grayscale: #959595. Windows color (decimal): -5010566 or 8031155. OLE color: 8031155.

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

Color convert

RGB179139122-
CMYK00.220.320.30
HSL17.89º27.27%59.02%-
HSV(B)17.89º31.84%70.2%-
XYZ31.3429.4522.45-
YUV149.02112.75149.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=40.68%
G=31.59%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913912200.220.320.3017.8927.2759.02
HexB38B7A016201E121b3b
Octal2632131720264036223373
Binary10110011100010111111010010110100000111101001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B7A; }

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

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

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

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

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

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

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

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