Html Css Color HEX #BF804F Brandy Punch

📋 copy color: '#BF804F'

red 191 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #BF804F

Tints of Brandy Punch #BF804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 47.99%
G = 32.16%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF804F (or 0xBF804F) is known color: Brandy Punch. HEX triplet: BF, 80 and 4F. RGB value is (191,128,79). Sum of RGB (Red+Green+Blue) = 191+128+79=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF804F is #407FB0. Grayscale: #8D8D8D. Windows color (decimal): -4226993 or 5210303. OLE color: 5210303.

HSL color Cylindrical-coordinate representation of color #BF804F: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF804F is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 79 -
CMYK 0 0.33 0.59 0.25
HSL 26.25º 0.47% 0.53% -
HSV(B) 26.25º 0.59% 0.75% -
XYZ 30.62 27.08 11.01 -
YUV 141.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 191 128 79 0 0.33 0.59 0.25 26.25 0.47 0.53
Hex BF 80 4F 0 21 3B 19 1A 2F 35
Octal 277 200 117 0 41 73 31 32 57 65
Binary 10111111 10000000 1001111 0 100001 111011 11001 11010 101111 110101

Color Harmonies of #BF804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF804F

Black with #BF804F

Text Example


Text Example

White with #BF804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF804F; }

 p { color: rgb(191,128,79); }

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

background-color css

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

 a { background-color: rgb(191,128,79); }

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

border-color css

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

 span { border-color: rgb(191,128,79); }

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