#BF827E

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

Shades of Brandy Rose #BF827E

Tints of Brandy Rose #BF827E

Color information

#BF827E (or 0xBF827E) is unknown color: approx Brandy Rose. HEX triplet: BF, 82 and 7E. RGB value is (191,130,126). Sum of RGB (Red+Green+Blue) = 191+130+126=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF827E is #407D81. Grayscale: #939393. Windows color (decimal): -4226434 or 8291007. OLE color: 8291007.

HSL color Cylindrical-coordinate representation of color #BF827E: hue angle of 3.69º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF827E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191130126-
CMYK00.320.340.25
HSL3.69º33.68%62.16%-
HSV(B)3.69º34.03%74.9%-
XYZ33.2328.5523.5-
YUV147.78115.71158.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=42.73%
G=29.08%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113012600.320.340.253.6933.6862.16
HexBF827E02022194223e
Octal277202176040423144276
Binary10111111100000101111110010000010001011001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF827E; }

 p { color: rgb(191,130,126); }

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

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

 a { background-color: rgb(191,130,126); }

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

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

 span { border-color: rgb(191,130,126); }

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