Html Css Color HEX #BF8039 Brandy Punch

📋 copy color: '#BF8039'

red 191 ◦ green 128 ◦ blue 57

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

Shades of Brandy Punch #BF8039

Tints of Brandy Punch #BF8039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.16%

R = 50.8%
G = 34.04%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF8039 (or 0xBF8039) is known color: Brandy Punch. HEX triplet: BF, 80 and 39. RGB value is (191,128,57). Sum of RGB (Red+Green+Blue) = 191+128+57=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8039 is #407FC6. Grayscale: #8B8B8B. Windows color (decimal): -4227015 or 3768511. OLE color: 3768511.

HSL color Cylindrical-coordinate representation of color #BF8039: hue angle of 31.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF8039 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 57 -
CMYK 0 0.33 0.70 0.25
HSL 31.79º 0.54% 0.49% -
HSV(B) 31.79º 0.7% 0.75% -
XYZ 29.94 26.81 7.47 -
YUV 138.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 191 128 57 0 0.33 0.70 0.25 31.79 0.54 0.49
Hex BF 80 39 0 21 46 19 20 36 31
Octal 277 200 71 0 41 106 31 40 66 61
Binary 10111111 10000000 111001 0 100001 1000110 11001 100000 110110 110001

Color Harmonies of #BF8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8039

Black with #BF8039

Text Example


Text Example

White with #BF8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8039; }

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

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

background-color css

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

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

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

border-color css

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

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

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