Html Css Color HEX #BF8139 Brandy Punch

📋 copy color: '#BF8139'

red 191 ◦ green 129 ◦ blue 57

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

Shades of Brandy Punch #BF8139

Tints of Brandy Punch #BF8139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

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

R = 50.66%
G = 34.22%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF8139 (or 0xBF8139) is known color: Brandy Punch. HEX triplet: BF, 81 and 39. RGB value is (191,129,57). Sum of RGB (Red+Green+Blue) = 191+129+57=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8139 is #407EC6. Grayscale: #8B8B8B. Windows color (decimal): -4226759 or 3768767. OLE color: 3768767.

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

Color convert

RGB 191 129 57 -
CMYK 0 0.32 0.70 0.25
HSL 32.24º 0.54% 0.49% -
HSV(B) 32.24º 0.7% 0.75% -
XYZ 30.07 27.07 7.51 -
YUV 139.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 191 129 57 0 0.32 0.70 0.25 32.24 0.54 0.49
Hex BF 81 39 0 20 46 19 20 36 31
Octal 277 201 71 0 40 106 31 40 66 61
Binary 10111111 10000001 111001 0 100000 1000110 11001 100000 110110 110001

Color Harmonies of #BF8139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8139

Black with #BF8139

Text Example


Text Example

White with #BF8139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8139; }

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

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

background-color css

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

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

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

border-color css

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

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

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