#BF7B7A

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

Shades of Brandy Rose #BF7B7A

Tints of Brandy Rose #BF7B7A

Color information

#BF7B7A (or 0xBF7B7A) is unknown color: approx Brandy Rose. HEX triplet: BF, 7B and 7A. RGB value is (191,123,122). Sum of RGB (Red+Green+Blue) = 191+123+122=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B7A is #408485. Grayscale: #8F8F8F. Windows color (decimal): -4228230 or 8027071. OLE color: 8027071.

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

Color convert

RGB191123122-
CMYK00.360.360.25
HSL0.87º35.03%61.37%-
HSV(B)0.87º36.13%74.9%-
XYZ32.0826.6521.86-
YUV143.22116.03162.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=43.81%
G=28.21%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112312200.360.360.250.8735.0361.37
HexBF7B7A02424191233d
Octal277173172044443114375
Binary10111111111101111110100100100100100110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B7A; }

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

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

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

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

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

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

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

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