#B27C6E

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

Shades of Brandy Rose #B27C6E

Tints of Brandy Rose #B27C6E

Color information

#B27C6E (or 0xB27C6E) is unknown color: approx Brandy Rose. HEX triplet: B2, 7C and 6E. RGB value is (178,124,110). Sum of RGB (Red+Green+Blue) = 178+124+110=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C6E is #4D8391. Grayscale: #8A8A8A. Windows color (decimal): -5079954 or 7240882. OLE color: 7240882.

HSL color Cylindrical-coordinate representation of color #B27C6E: hue angle of 12.35º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B27C6E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178124110-
CMYK00.300.380.30
HSL12.35º30.63%56.47%-
HSV(B)12.35º38.2%69.8%-
XYZ28.3825.0118.08-
YUV138.55111.89156.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=43.20%
G=30.10%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812411000.300.380.3012.3530.6356.47
HexB27C6E01E261Ec1f38
Octal2621741560364636143770
Binary101100101111100110111001111010011011110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C6E; }

 p { color: rgb(178,124,110); }

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

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

 a { background-color: rgb(178,124,110); }

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

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

 span { border-color: rgb(178,124,110); }

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