#B88274

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

Shades of Brandy Rose #B88274

Tints of Brandy Rose #B88274

Color information

#B88274 (or 0xB88274) is unknown color: approx Brandy Rose. HEX triplet: B8, 82 and 74. RGB value is (184,130,116). Sum of RGB (Red+Green+Blue) = 184+130+116=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B88274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88274 is #477D8B. Grayscale: #909090. Windows color (decimal): -4685196 or 7635640. OLE color: 7635640.

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

Color convert

RGB184130116-
CMYK00.290.370.28
HSL12.35º32.38%58.82%-
HSV(B)12.35º36.96%72.16%-
XYZ30.927.4220.19-
YUV144.55111.89156.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=42.79%
G=30.23%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413011600.290.370.2812.3532.3858.82
HexB8827401D251Cc203b
Octal2702021640354534144073
Binary10111000100000101110100011101100101111001100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88274; }

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

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

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

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

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

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

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

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