#B27C75

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

Shades of Brandy Rose #B27C75

Tints of Brandy Rose #B27C75

Color information

#B27C75 (or 0xB27C75) is unknown color: approx Brandy Rose. HEX triplet: B2, 7C and 75. RGB value is (178,124,117). Sum of RGB (Red+Green+Blue) = 178+124+117=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C75 is #4D838A. Grayscale: #8B8B8B. Windows color (decimal): -5079947 or 7699634. OLE color: 7699634.

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

Color convert

RGB178124117-
CMYK00.300.340.30
HSL6.89º28.37%57.84%-
HSV(B)6.89º34.27%69.8%-
XYZ28.7825.1620.17-
YUV139.35115.39155.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=42.48%
G=29.59%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812411700.300.340.306.8928.3757.84
HexB27C7501E221E71c3a
Octal262174165036423673472
Binary10110010111110011101010111101000101111011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C75; }

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

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

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

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

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

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

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

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