Html Css Color HEX #BF7C50 Brandy Punch

📋 copy color: '#BF7C50'

red 191 ◦ green 124 ◦ blue 80

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

Shades of Brandy Punch #BF7C50

Tints of Brandy Punch #BF7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 48.35%
G = 31.39%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF7C50 (or 0xBF7C50) is known color: Brandy Punch. HEX triplet: BF, 7C and 50. RGB value is (191,124,80). Sum of RGB (Red+Green+Blue) = 191+124+80=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C50 is #4083AF. Grayscale: #8B8B8B. Windows color (decimal): -4228016 or 5274815. OLE color: 5274815.

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

Color convert

RGB 191 124 80 -
CMYK 0 0.35 0.58 0.25
HSL 23.78º 0.46% 0.53% -
HSV(B) 23.78º 0.58% 0.75% -
XYZ 30.14 26.07 11.03 -
YUV 139.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 191 124 80 0 0.35 0.58 0.25 23.78 0.46 0.53
Hex BF 7C 50 0 23 3A 19 18 2E 35
Octal 277 174 120 0 43 72 31 30 56 65
Binary 10111111 1111100 1010000 0 100011 111010 11001 11000 101110 110101

Color Harmonies of #BF7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C50

Black with #BF7C50

Text Example


Text Example

White with #BF7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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