#BF8476

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

Shades of Brandy Rose #BF8476

Tints of Brandy Rose #BF8476

Color information

#BF8476 (or 0xBF8476) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 76. RGB value is (191,132,118). Sum of RGB (Red+Green+Blue) = 191+132+118=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8476 is #407B89. Grayscale: #949494. Windows color (decimal): -4225930 or 7767231. OLE color: 7767231.

HSL color Cylindrical-coordinate representation of color #BF8476: hue angle of 11.51º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8476 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB191132118-
CMYK00.310.380.25
HSL11.51º36.32%60.59%-
HSV(B)11.51º38.22%74.9%-
XYZ33.0128.8920.98-
YUV148.04111.05158.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=43.31%
G=29.93%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113211800.310.380.2511.5136.3260.59
HexBF847601F2619c243d
Octal2772041660374631144475
Binary10111111100001001110110011111100110110011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8476; }

 p { color: rgb(191,132,118); }

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

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

 a { background-color: rgb(191,132,118); }

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

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

 span { border-color: rgb(191,132,118); }

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