Html Css Color HEX #BF804D Brandy Punch

📋 copy color: '#BF804D'

red 191 ◦ green 128 ◦ blue 77

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

Shades of Brandy Punch #BF804D

Tints of Brandy Punch #BF804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 48.23%
G = 32.32%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF804D (or 0xBF804D) is known color: Brandy Punch. HEX triplet: BF, 80 and 4D. RGB value is (191,128,77). Sum of RGB (Red+Green+Blue) = 191+128+77=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF804D is #407FB2. Grayscale: #8D8D8D. Windows color (decimal): -4226995 or 5079231. OLE color: 5079231.

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

Color convert

RGB 191 128 77 -
CMYK 0 0.33 0.60 0.25
HSL 26.84º 0.47% 0.53% -
HSV(B) 26.84º 0.6% 0.75% -
XYZ 30.54 27.05 10.63 -
YUV 141.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 191 128 77 0 0.33 0.60 0.25 26.84 0.47 0.53
Hex BF 80 4D 0 21 3C 19 1B 2F 35
Octal 277 200 115 0 41 74 31 33 57 65
Binary 10111111 10000000 1001101 0 100001 111100 11001 11011 101111 110101

Color Harmonies of #BF804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF804D

Black with #BF804D

Text Example


Text Example

White with #BF804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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