Html Css Color HEX #BF7640 Brandy Punch

📋 copy color: '#BF7640'

red 191 ◦ green 118 ◦ blue 64

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

Shades of Brandy Punch #BF7640

Tints of Brandy Punch #BF7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 51.21%
G = 31.64%
B = 17.16%

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

#BF7640 (or 0xBF7640) is known color: Brandy Punch. HEX triplet: BF, 76 and 40. RGB value is (191,118,64). Sum of RGB (Red+Green+Blue) = 191+118+64=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7640 is #4089BF. Grayscale: #858585. Windows color (decimal): -4229568 or 4224703. OLE color: 4224703.

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

Color convert

RGB 191 118 64 -
CMYK 0 0.38 0.66 0.25
HSL 25.51º 0.5% 0.5% -
HSV(B) 25.51º 0.66% 0.75% -
XYZ 28.89 24.4 8.04 -
YUV 133.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 191 118 64 0 0.38 0.66 0.25 25.51 0.5 0.5
Hex BF 76 40 0 26 42 19 1A 32 32
Octal 277 166 100 0 46 102 31 32 62 62
Binary 10111111 1110110 1000000 0 100110 1000010 11001 11010 110010 110010

Color Harmonies of #BF7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7640

Black with #BF7640

Text Example


Text Example

White with #BF7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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