#BF7F7B

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

Shades of Brandy Rose #BF7F7B

Tints of Brandy Rose #BF7F7B

Color information

#BF7F7B (or 0xBF7F7B) is unknown color: approx Brandy Rose. HEX triplet: BF, 7F and 7B. RGB value is (191,127,123). Sum of RGB (Red+Green+Blue) = 191+127+123=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F7B is #408084. Grayscale: #919191. Windows color (decimal): -4227205 or 8093631. OLE color: 8093631.

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

Color convert

RGB191127123-
CMYK00.340.360.25
HSL3.53º34.69%61.57%-
HSV(B)3.53º35.6%74.9%-
XYZ32.6527.6922.36-
YUV145.68115.2160.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=43.31%
G=28.80%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112712300.340.360.253.5334.6961.57
HexBF7F7B02224194233e
Octal277177173042443144376
Binary1011111111111111111011010001010010011001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F7B; }

 p { color: rgb(191,127,123); }

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

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

 a { background-color: rgb(191,127,123); }

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

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

 span { border-color: rgb(191,127,123); }

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