Html Css Color HEX #BF7739 Brandy Punch

📋 copy color: '#BF7739'

red 191 ◦ green 119 ◦ blue 57

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

Shades of Brandy Punch #BF7739

Tints of Brandy Punch #BF7739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.53%

R = 52.04%
G = 32.43%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF7739 (or 0xBF7739) is known color: Brandy Punch. HEX triplet: BF, 77 and 39. RGB value is (191,119,57). Sum of RGB (Red+Green+Blue) = 191+119+57=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7739 is #4088C6. Grayscale: #858585. Windows color (decimal): -4229319 or 3766207. OLE color: 3766207.

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

Color convert

RGB 191 119 57 -
CMYK 0 0.38 0.70 0.25
HSL 27.76º 0.54% 0.49% -
HSV(B) 27.76º 0.7% 0.75% -
XYZ 28.82 24.57 7.09 -
YUV 133.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 191 119 57 0 0.38 0.70 0.25 27.76 0.54 0.49
Hex BF 77 39 0 26 46 19 1C 36 31
Octal 277 167 71 0 46 106 31 34 66 61
Binary 10111111 1110111 111001 0 100110 1000110 11001 11100 110110 110001

Color Harmonies of #BF7739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7739

Black with #BF7739

Text Example


Text Example

White with #BF7739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7739; }

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

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

background-color css

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

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

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

border-color css

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

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

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