Html Css Color HEX #BF7740 Brandy Punch

📋 copy color: '#BF7740'

red 191 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #BF7740

Tints of Brandy Punch #BF7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 51.07%
G = 31.82%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7740 (or 0xBF7740) is known color: Brandy Punch. HEX triplet: BF, 77 and 40. RGB value is (191,119,64). Sum of RGB (Red+Green+Blue) = 191+119+64=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7740 is #4088BF. Grayscale: #868686. Windows color (decimal): -4229312 or 4224959. OLE color: 4224959.

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

Color convert

RGB 191 119 64 -
CMYK 0 0.38 0.66 0.25
HSL 25.98º 0.5% 0.5% -
HSV(B) 25.98º 0.66% 0.75% -
XYZ 29.01 24.64 8.08 -
YUV 134.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 191 119 64 0 0.38 0.66 0.25 25.98 0.5 0.5
Hex BF 77 40 0 26 42 19 1A 32 32
Octal 277 167 100 0 46 102 31 32 62 62
Binary 10111111 1110111 1000000 0 100110 1000010 11001 11010 110010 110010

Color Harmonies of #BF7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7740

Black with #BF7740

Text Example


Text Example

White with #BF7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7740; }

 p { color: rgb(191,119,64); }

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

background-color css

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

 a { background-color: rgb(191,119,64); }

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

border-color css

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

 span { border-color: rgb(191,119,64); }

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