Html Css Color HEX #BF804A Brandy Punch

📋 copy color: '#BF804A'

red 191 ◦ green 128 ◦ blue 74

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

Shades of Brandy Punch #BF804A

Tints of Brandy Punch #BF804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 48.6%
G = 32.57%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF804A (or 0xBF804A) is known color: Brandy Punch. HEX triplet: BF, 80 and 4A. RGB value is (191,128,74). Sum of RGB (Red+Green+Blue) = 191+128+74=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF804A is #407FB5. Grayscale: #8C8C8C. Windows color (decimal): -4226998 or 4882623. OLE color: 4882623.

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

Color convert

RGB 191 128 74 -
CMYK 0 0.33 0.61 0.25
HSL 27.69º 0.48% 0.52% -
HSV(B) 27.69º 0.61% 0.75% -
XYZ 30.44 27.01 10.09 -
YUV 140.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 191 128 74 0 0.33 0.61 0.25 27.69 0.48 0.52
Hex BF 80 4A 0 21 3D 19 1C 30 34
Octal 277 200 112 0 41 75 31 34 60 64
Binary 10111111 10000000 1001010 0 100001 111101 11001 11100 110000 110100

Color Harmonies of #BF804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF804A

Black with #BF804A

Text Example


Text Example

White with #BF804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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