#BF8272

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

Shades of Brandy Rose #BF8272

Tints of Brandy Rose #BF8272

Color information

#BF8272 (or 0xBF8272) is unknown color: approx Brandy Rose. HEX triplet: BF, 82 and 72. RGB value is (191,130,114). Sum of RGB (Red+Green+Blue) = 191+130+114=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8272 is #407D8D. Grayscale: #929292. Windows color (decimal): -4226446 or 7504575. OLE color: 7504575.

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

Color convert

RGB191130114-
CMYK00.320.400.25
HSL12.47º37.56%59.8%-
HSV(B)12.47º40.31%74.9%-
XYZ32.5128.2619.66-
YUV146.42109.71159.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=43.91%
G=29.89%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113011400.320.400.2512.4737.5659.8
HexBF82720202819c263c
Octal2772021620405031144674
Binary101111111000001011100100100000101000110011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8272; }

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

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

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

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

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

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

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

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