#BF8775

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

Shades of Brandy Rose #BF8775

Tints of Brandy Rose #BF8775

Color information

#BF8775 (or 0xBF8775) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 75. RGB value is (191,135,117). Sum of RGB (Red+Green+Blue) = 191+135+117=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8775 is #40788A. Grayscale: #959595. Windows color (decimal): -4225163 or 7702463. OLE color: 7702463.

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

Color convert

RGB191135117-
CMYK00.290.390.25
HSL14.59º36.63%60.39%-
HSV(B)14.59º38.74%74.9%-
XYZ33.3629.6920.8-
YUV149.69109.55157.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=43.12%
G=30.47%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113511700.290.390.2514.5936.6360.39
HexBF877501D2719f253c
Octal2772071650354731174574
Binary10111111100001111110101011101100111110011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8775; }

 p { color: rgb(191,135,117); }

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

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

 a { background-color: rgb(191,135,117); }

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

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

 span { border-color: rgb(191,135,117); }

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