Html Css Color HEX #BF8440 Brandy Punch

📋 copy color: '#BF8440'

red 191 ◦ green 132 ◦ blue 64

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

Shades of Brandy Punch #BF8440

Tints of Brandy Punch #BF8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

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

R = 49.35%
G = 34.11%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8440 (or 0xBF8440) is known color: Brandy Punch. HEX triplet: BF, 84 and 40. RGB value is (191,132,64). Sum of RGB (Red+Green+Blue) = 191+132+64=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8440 is #407BBF. Grayscale: #8E8E8E. Windows color (decimal): -4225984 or 4228287. OLE color: 4228287.

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

Color convert

RGB 191 132 64 -
CMYK 0 0.31 0.66 0.25
HSL 32.13º 0.5% 0.5% -
HSV(B) 32.13º 0.66% 0.75% -
XYZ 30.66 27.95 8.63 -
YUV 141.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 191 132 64 0 0.31 0.66 0.25 32.13 0.5 0.5
Hex BF 84 40 0 1F 42 19 20 32 32
Octal 277 204 100 0 37 102 31 40 62 62
Binary 10111111 10000100 1000000 0 11111 1000010 11001 100000 110010 110010

Color Harmonies of #BF8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8440

Black with #BF8440

Text Example


Text Example

White with #BF8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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