#BF8074

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

Shades of Brandy Rose #BF8074

Tints of Brandy Rose #BF8074

Color information

#BF8074 (or 0xBF8074) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 74. RGB value is (191,128,116). Sum of RGB (Red+Green+Blue) = 191+128+116=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8074 is #407F8B. Grayscale: #919191. Windows color (decimal): -4226956 or 7635135. OLE color: 7635135.

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

Color convert

RGB191128116-
CMYK00.330.390.25
HSL9.6º36.95%60.2%-
HSV(B)9.6º39.27%74.9%-
XYZ32.3627.7820.18-
YUV145.47111.37160.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=43.91%
G=29.43%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112811600.330.390.259.636.9560.2
HexBF80740212719a253c
Octal2772001640414731124574
Binary101111111000000011101000100001100111110011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8074; }

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

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

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

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

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

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

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

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