#BF8E7D

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

Shades of Brandy Rose #BF8E7D

Tints of Brandy Rose #BF8E7D

Color information

#BF8E7D (or 0xBF8E7D) is unknown color: approx Brandy Rose. HEX triplet: BF, 8E and 7D. RGB value is (191,142,125). Sum of RGB (Red+Green+Blue) = 191+142+125=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E7D is #407182. Grayscale: #9A9A9A. Windows color (decimal): -4223363 or 8228543. OLE color: 8228543.

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

Color convert

RGB191142125-
CMYK00.260.350.25
HSL15.45º34.02%61.96%-
HSV(B)15.45º34.55%74.9%-
XYZ34.8631.923.72-
YUV154.71111.23153.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=41.70%
G=31.00%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114212500.260.350.2515.4534.0261.96
HexBF8E7D01A2319f223e
Octal2772161750324331174276
Binary10111111100011101111101011010100011110011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E7D; }

 p { color: rgb(191,142,125); }

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

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

 a { background-color: rgb(191,142,125); }

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

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

 span { border-color: rgb(191,142,125); }

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