#B27D6C

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

Shades of Brandy Rose #B27D6C

Tints of Brandy Rose #B27D6C

Color information

#B27D6C (or 0xB27D6C) is unknown color: approx Brandy Rose. HEX triplet: B2, 7D and 6C. RGB value is (178,125,108). Sum of RGB (Red+Green+Blue) = 178+125+108=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D6C is #4D8293. Grayscale: #8B8B8B. Windows color (decimal): -5079700 or 7110066. OLE color: 7110066.

HSL color Cylindrical-coordinate representation of color #B27D6C: hue angle of 14.57º 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 #B27D6C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178125108-
CMYK00.300.390.30
HSL14.57º31.25%56.08%-
HSV(B)14.57º39.33%69.8%-
XYZ28.425.2117.56-
YUV138.91110.56155.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=43.31%
G=30.41%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812510800.300.390.3014.5731.2556.08
HexB27D6C01E271Ef1f38
Octal2621751540364736173770
Binary101100101111101110110001111010011111110111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D6C; }

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

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

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

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

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

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

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

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