#BF8270

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

Shades of Brandy Rose #BF8270

Tints of Brandy Rose #BF8270

Color information

#BF8270 (or 0xBF8270) is unknown color: approx Brandy Rose. HEX triplet: BF, 82 and 70. RGB value is (191,130,112). Sum of RGB (Red+Green+Blue) = 191+130+112=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8270 is #407D8F. Grayscale: #929292. Windows color (decimal): -4226448 or 7373503. OLE color: 7373503.

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

Color convert

RGB191130112-
CMYK00.320.410.25
HSL13.67º38.16%59.41%-
HSV(B)13.67º41.36%74.9%-
XYZ32.3928.2119.07-
YUV146.19108.71159.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=44.11%
G=30.02%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113011200.320.410.2513.6738.1659.41
HexBF82700202919e263b
Octal2772021600405131164673
Binary101111111000001011100000100000101001110011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8270; }

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

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

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

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

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

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

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

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