Html Css Color HEX #BF8250 Brandy Punch

📋 copy color: '#BF8250'

red 191 ◦ green 130 ◦ blue 80

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

Shades of Brandy Punch #BF8250

Tints of Brandy Punch #BF8250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 47.63%
G = 32.42%
B = 19.95%

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

#BF8250 (or 0xBF8250) is known color: Brandy Punch. HEX triplet: BF, 82 and 50. RGB value is (191,130,80). Sum of RGB (Red+Green+Blue) = 191+130+80=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8250 is #407DAF. Grayscale: #8E8E8E. Windows color (decimal): -4226480 or 5276351. OLE color: 5276351.

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

Color convert

RGB 191 130 80 -
CMYK 0 0.32 0.58 0.25
HSL 27.03º 0.46% 0.53% -
HSV(B) 27.03º 0.58% 0.75% -
XYZ 30.92 27.62 11.29 -
YUV 142.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 191 130 80 0 0.32 0.58 0.25 27.03 0.46 0.53
Hex BF 82 50 0 20 3A 19 1B 2E 35
Octal 277 202 120 0 40 72 31 33 56 65
Binary 10111111 10000010 1010000 0 100000 111010 11001 11011 101110 110101

Color Harmonies of #BF8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8250

Black with #BF8250

Text Example


Text Example

White with #BF8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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