#BF7B50

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

Shades of Brandy Punch #BF7B50

Tints of Brandy Punch #BF7B50

Color information

#BF7B50 (or 0xBF7B50) is unknown color: approx Brandy Punch. HEX triplet: BF, 7B and 50. RGB value is (191,123,80). Sum of RGB (Red+Green+Blue) = 191+123+80=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B50 is #4084AF. Grayscale: #8A8A8A. Windows color (decimal): -4228272 or 5274559. OLE color: 5274559.

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

Color convert

RGB19112380-
CMYK00.360.580.25
HSL23.24º46.44%53.14%-
HSV(B)23.24º58.12%74.9%-
XYZ30.0225.8210.99-
YUV138.4395.03165.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=48.48%
G=31.22%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911238000.360.580.2523.2446.4453.14
HexBF7B500243A19172e35
Octal2771731200447231275665
Binary101111111111011101000001001001110101100110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B50; }

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

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

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

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

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

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

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

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