#B88A7A

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

Shades of Brandy Rose #B88A7A

Tints of Brandy Rose #B88A7A

Color information

#B88A7A (or 0xB88A7A) is unknown color: approx Brandy Rose. HEX triplet: B8, 8A and 7A. RGB value is (184,138,122). Sum of RGB (Red+Green+Blue) = 184+138+122=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A7A is #477585. Grayscale: #969696. Windows color (decimal): -4683142 or 8030904. OLE color: 8030904.

HSL color Cylindrical-coordinate representation of color #B88A7A: hue angle of 15.48º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88A7A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184138122-
CMYK00.250.340.28
HSL15.48º30.39%60%-
HSV(B)15.48º33.7%72.16%-
XYZ32.3729.7722.45-
YUV149.93112.24152.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=41.44%
G=31.08%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413812200.250.340.2815.4830.3960
HexB88A7A019221Cf1e3c
Octal2702121720314234173674
Binary1011100010001010111101001100110001011100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A7A; }

 p { color: rgb(184,138,122); }

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

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

 a { background-color: rgb(184,138,122); }

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

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

 span { border-color: rgb(184,138,122); }

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