#B27E6C

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

Shades of Brandy Rose #B27E6C

Tints of Brandy Rose #B27E6C

Color information

#B27E6C (or 0xB27E6C) is unknown color: approx Brandy Rose. HEX triplet: B2, 7E and 6C. RGB value is (178,126,108). Sum of RGB (Red+Green+Blue) = 178+126+108=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E6C is #4D8193. Grayscale: #8B8B8B. Windows color (decimal): -5079444 or 7110322. OLE color: 7110322.

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

Color convert

RGB178126108-
CMYK00.290.390.30
HSL15.43º31.25%56.08%-
HSV(B)15.43º39.33%69.8%-
XYZ28.5325.4717.6-
YUV139.5110.23155.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=43.20%
G=30.58%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812610800.290.390.3015.4331.2556.08
HexB27E6C01D271Ef1f38
Octal2621761540354736173770
Binary101100101111110110110001110110011111110111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E6C; }

 p { color: rgb(178,126,108); }

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

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

 a { background-color: rgb(178,126,108); }

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

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

 span { border-color: rgb(178,126,108); }

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