#B27E7D

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

Shades of Brandy Rose #B27E7D

Tints of Brandy Rose #B27E7D

Color information

#B27E7D (or 0xB27E7D) is unknown color: approx Brandy Rose. HEX triplet: B2, 7E and 7D. RGB value is (178,126,125). Sum of RGB (Red+Green+Blue) = 178+126+125=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E7D is #4D8182. Grayscale: #8D8D8D. Windows color (decimal): -5079427 or 8224434. OLE color: 8224434.

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

Color convert

RGB178126125-
CMYK00.290.300.30
HSL1.13º25.6%59.41%-
HSV(B)1.13º29.78%69.8%-
XYZ29.5225.8722.84-
YUV141.43118.73154.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=41.49%
G=29.37%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812612500.290.300.301.1325.659.41
HexB27E7D01D1E1E11a3b
Octal262176175035363613273
Binary10110010111111011111010111011111011110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E7D; }

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

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

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

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

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

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

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

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