#BF8675

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

Shades of Brandy Rose #BF8675

Tints of Brandy Rose #BF8675

Color information

#BF8675 (or 0xBF8675) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 75. RGB value is (191,134,117). Sum of RGB (Red+Green+Blue) = 191+134+117=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8675 is #40798A. Grayscale: #959595. Windows color (decimal): -4225419 or 7702207. OLE color: 7702207.

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

Color convert

RGB191134117-
CMYK00.300.390.25
HSL13.78º36.63%60.39%-
HSV(B)13.78º38.74%74.9%-
XYZ33.2229.4120.76-
YUV149.1109.88157.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=43.21%
G=30.32%
B=26.47%

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
Decimal19113411700.300.390.2513.7836.6360.39
HexBF867501E2719e253c
Octal2772061650364731164574
Binary10111111100001101110101011110100111110011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8675; }

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

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

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

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

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

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

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

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