Html Css Color HEX #BF7841 Brandy Punch

📋 copy color: '#BF7841'

red 191 ◦ green 120 ◦ blue 65

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

Shades of Brandy Punch #BF7841

Tints of Brandy Punch #BF7841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 50.8%
G = 31.91%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7841 (or 0xBF7841) is known color: Brandy Punch. HEX triplet: BF, 78 and 41. RGB value is (191,120,65). Sum of RGB (Red+Green+Blue) = 191+120+65=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7841 is #4087BE. Grayscale: #878787. Windows color (decimal): -4229055 or 4290751. OLE color: 4290751.

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

Color convert

RGB 191 120 65 -
CMYK 0 0.37 0.66 0.25
HSL 26.19º 0.5% 0.5% -
HSV(B) 26.19º 0.66% 0.75% -
XYZ 29.16 24.89 8.27 -
YUV 134.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 191 120 65 0 0.37 0.66 0.25 26.19 0.5 0.5
Hex BF 78 41 0 25 42 19 1A 32 32
Octal 277 170 101 0 45 102 31 32 62 62
Binary 10111111 1111000 1000001 0 100101 1000010 11001 11010 110010 110010

Color Harmonies of #BF7841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7841

Black with #BF7841

Text Example


Text Example

White with #BF7841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7841; }

 p { color: rgb(191,120,65); }

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

background-color css

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

 a { background-color: rgb(191,120,65); }

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

border-color css

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

 span { border-color: rgb(191,120,65); }

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