#B88F82

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

Shades of Brandy Rose #B88F82

Tints of Brandy Rose #B88F82

Color information

#B88F82 (or 0xB88F82) is unknown color: approx Brandy Rose. HEX triplet: B8, 8F and 82. RGB value is (184,143,130). Sum of RGB (Red+Green+Blue) = 184+143+130=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F82 is #47707D. Grayscale: #999999. Windows color (decimal): -4681854 or 8556472. OLE color: 8556472.

HSL color Cylindrical-coordinate representation of color #B88F82: hue angle of 14.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88F82 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184143130-
CMYK00.220.290.28
HSL14.44º27.55%61.57%-
HSV(B)14.44º29.35%72.16%-
XYZ33.6231.4525.42-
YUV153.78114.58149.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=40.26%
G=31.29%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414313000.220.290.2814.4427.5561.57
HexB88F820161D1Ce1c3e
Octal2702172020263534163476
Binary1011100010001111100000100101101110111100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F82; }

 p { color: rgb(184,143,130); }

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

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

 a { background-color: rgb(184,143,130); }

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

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

 span { border-color: rgb(184,143,130); }

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