#BF8574

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

Shades of Brandy Rose #BF8574

Tints of Brandy Rose #BF8574

Color information

#BF8574 (or 0xBF8574) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 74. RGB value is (191,133,116). Sum of RGB (Red+Green+Blue) = 191+133+116=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8574 is #407A8B. Grayscale: #949494. Windows color (decimal): -4225676 or 7636415. OLE color: 7636415.

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

Color convert

RGB191133116-
CMYK00.300.390.25
HSL13.6º36.95%60.2%-
HSV(B)13.6º39.27%74.9%-
XYZ33.0329.1120.4-
YUV148.4109.72158.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=43.41%
G=30.23%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113311600.300.390.2513.636.9560.2
HexBF857401E2719e253c
Octal2772051640364731164574
Binary10111111100001011110100011110100111110011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8574; }

 p { color: rgb(191,133,116); }

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

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

 a { background-color: rgb(191,133,116); }

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

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

 span { border-color: rgb(191,133,116); }

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