#BF8275

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

Shades of Brandy Rose #BF8275

Tints of Brandy Rose #BF8275

Color information

#BF8275 (or 0xBF8275) is unknown color: approx Brandy Rose. HEX triplet: BF, 82 and 75. RGB value is (191,130,117). Sum of RGB (Red+Green+Blue) = 191+130+117=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8275 is #407D8A. Grayscale: #929292. Windows color (decimal): -4226443 or 7701183. OLE color: 7701183.

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

Color convert

RGB191130117-
CMYK00.320.390.25
HSL10.54º36.63%60.39%-
HSV(B)10.54º38.74%74.9%-
XYZ32.6828.3320.57-
YUV146.76111.21159.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=43.61%
G=29.68%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113011700.320.390.2510.5436.6360.39
HexBF82750202719b253c
Octal2772021650404731134574
Binary101111111000001011101010100000100111110011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8275; }

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

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

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

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

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

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

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

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