#BF8C7D

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

Shades of Brandy Rose #BF8C7D

Tints of Brandy Rose #BF8C7D

Color information

#BF8C7D (or 0xBF8C7D) is unknown color: approx Brandy Rose. HEX triplet: BF, 8C and 7D. RGB value is (191,140,125). Sum of RGB (Red+Green+Blue) = 191+140+125=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C7D is #407382. Grayscale: #999999. Windows color (decimal): -4223875 or 8228031. OLE color: 8228031.

HSL color Cylindrical-coordinate representation of color #BF8C7D: hue angle of 13.64º 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 #BF8C7D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191140125-
CMYK00.270.350.25
HSL13.64º34.02%61.96%-
HSV(B)13.64º34.55%74.9%-
XYZ34.5731.3123.62-
YUV153.54111.9154.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=41.89%
G=30.70%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114012500.270.350.2513.6434.0261.96
HexBF8C7D01B2319e223e
Octal2772141750334331164276
Binary10111111100011001111101011011100011110011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C7D; }

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

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

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

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

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

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

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

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