#B27B6C

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

Shades of Brandy Rose #B27B6C

Tints of Brandy Rose #B27B6C

Color information

#B27B6C (or 0xB27B6C) is unknown color: approx Brandy Rose. HEX triplet: B2, 7B and 6C. RGB value is (178,123,108). Sum of RGB (Red+Green+Blue) = 178+123+108=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B6C is #4D8493. Grayscale: #898989. Windows color (decimal): -5080212 or 7109554. OLE color: 7109554.

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

Color convert

RGB178123108-
CMYK00.310.390.30
HSL12.86º31.25%56.08%-
HSV(B)12.86º39.33%69.8%-
XYZ28.1524.7117.47-
YUV137.74111.22156.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=43.52%
G=30.07%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812310800.310.390.3012.8631.2556.08
HexB27B6C01F271Ed1f38
Octal2621731540374736153770
Binary101100101111011110110001111110011111110110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B6C; }

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

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

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

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

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

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

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

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