Html Css Color HEX #BF7E50 Brandy Punch

📋 copy color: '#BF7E50'

red 191 ◦ green 126 ◦ blue 80

#BF7E50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #BF7E50

Tints of Brandy Punch #BF7E50

RGB

 RED value IS 191 (75% from 255) = 48.11%

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 48.11%
G = 31.74%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF7E50 (or 0xBF7E50) is known color: Brandy Punch. HEX triplet: BF, 7E and 50. RGB value is (191,126,80). Sum of RGB (Red+Green+Blue) = 191+126+80=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E50 is #4081AF. Grayscale: #8C8C8C. Windows color (decimal): -4227504 or 5275327. OLE color: 5275327.

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

Color convert

RGB 191 126 80 -
CMYK 0 0.34 0.58 0.25
HSL 24.86º 0.46% 0.53% -
HSV(B) 24.86º 0.58% 0.75% -
XYZ 30.39 26.58 11.12 -
YUV 140.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 191 126 80 0 0.34 0.58 0.25 24.86 0.46 0.53
Hex BF 7E 50 0 22 3A 19 19 2E 35
Octal 277 176 120 0 42 72 31 31 56 65
Binary 10111111 1111110 1010000 0 100010 111010 11001 11001 101110 110101

Color Harmonies of #BF7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E50

Black with #BF7E50

Text Example


Text Example

White with #BF7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E50; }

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

 H1.HeaderClassName
 {
   color: #BF7E50;
 }
 .AnyTagClassName
 {
   color: #BF7E50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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