#BF8175

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

Shades of Brandy Rose #BF8175

Tints of Brandy Rose #BF8175

Color information

#BF8175 (or 0xBF8175) is unknown color: approx Brandy Rose. HEX triplet: BF, 81 and 75. RGB value is (191,129,117). Sum of RGB (Red+Green+Blue) = 191+129+117=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8175 is #407E8A. Grayscale: #929292. Windows color (decimal): -4226699 or 7700927. OLE color: 7700927.

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

Color convert

RGB191129117-
CMYK00.320.390.25
HSL9.73º36.63%60.39%-
HSV(B)9.73º38.74%74.9%-
XYZ32.5528.0620.53-
YUV146.17111.54159.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=43.71%
G=29.52%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112911700.320.390.259.7336.6360.39
HexBF81750202719a253c
Octal2772011650404731124574
Binary101111111000000111101010100000100111110011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8175; }

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

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

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

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

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

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

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

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