Html Css Color HEX #BF8151 Brandy Punch

📋 copy color: '#BF8151'

red 191 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #BF8151

Tints of Brandy Punch #BF8151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 47.63%
G = 32.17%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF8151 (or 0xBF8151) is known color: Brandy Punch. HEX triplet: BF, 81 and 51. RGB value is (191,129,81). Sum of RGB (Red+Green+Blue) = 191+129+81=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8151 is #407EAE. Grayscale: #8E8E8E. Windows color (decimal): -4226735 or 5341631. OLE color: 5341631.

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

Color convert

RGB 191 129 81 -
CMYK 0 0.32 0.58 0.25
HSL 26.18º 0.46% 0.53% -
HSV(B) 26.18º 0.58% 0.75% -
XYZ 30.82 27.37 11.44 -
YUV 142.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 191 129 81 0 0.32 0.58 0.25 26.18 0.46 0.53
Hex BF 81 51 0 20 3A 19 1A 2E 35
Octal 277 201 121 0 40 72 31 32 56 65
Binary 10111111 10000001 1010001 0 100000 111010 11001 11010 101110 110101

Color Harmonies of #BF8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8151

Black with #BF8151

Text Example


Text Example

White with #BF8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8151; }

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

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

background-color css

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

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

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

border-color css

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

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

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