Html Css Color HEX #BF8251 Brandy Punch

📋 copy color: '#BF8251'

red 191 ◦ green 130 ◦ blue 81

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

Shades of Brandy Punch #BF8251

Tints of Brandy Punch #BF8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

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

R = 47.51%
G = 32.34%
B = 20.15%

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

#BF8251 (or 0xBF8251) is known color: Brandy Punch. HEX triplet: BF, 82 and 51. RGB value is (191,130,81). Sum of RGB (Red+Green+Blue) = 191+130+81=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8251 is #407DAE. Grayscale: #8E8E8E. Windows color (decimal): -4226479 or 5341887. OLE color: 5341887.

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

Color convert

RGB 191 130 81 -
CMYK 0 0.32 0.58 0.25
HSL 26.73º 0.46% 0.53% -
HSV(B) 26.73º 0.58% 0.75% -
XYZ 30.95 27.64 11.49 -
YUV 142.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 191 130 81 0 0.32 0.58 0.25 26.73 0.46 0.53
Hex BF 82 51 0 20 3A 19 1B 2E 35
Octal 277 202 121 0 40 72 31 33 56 65
Binary 10111111 10000010 1010001 0 100000 111010 11001 11011 101110 110101

Color Harmonies of #BF8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8251

Black with #BF8251

Text Example


Text Example

White with #BF8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8251; }

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

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

background-color css

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

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

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

border-color css

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

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

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