#B48A7B

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

Shades of Brandy Rose #B48A7B

Tints of Brandy Rose #B48A7B

Color information

#B48A7B (or 0xB48A7B) is unknown color: approx Brandy Rose. HEX triplet: B4, 8A and 7B. RGB value is (180,138,123). Sum of RGB (Red+Green+Blue) = 180+138+123=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A7B is #4B7584. Grayscale: #949494. Windows color (decimal): -4945285 or 8096436. OLE color: 8096436.

HSL color Cylindrical-coordinate representation of color #B48A7B: hue angle of 15.79º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48A7B is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180138123-
CMYK00.230.320.29
HSL15.79º27.54%59.41%-
HSV(B)15.79º31.67%70.59%-
XYZ31.4929.3122.74-
YUV148.85113.41150.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=40.82%
G=31.29%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013812300.230.320.2915.7927.5459.41
HexB48A7B017201D101c3b
Octal2642121730274035203473
Binary10110100100010101111011010111100000111011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A7B; }

 p { color: rgb(180,138,123); }

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

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

 a { background-color: rgb(180,138,123); }

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

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

 span { border-color: rgb(180,138,123); }

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