Html Css Color HEX #BF8241 Brandy Punch

📋 copy color: '#BF8241'

red 191 ◦ green 130 ◦ blue 65

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

Shades of Brandy Punch #BF8241

Tints of Brandy Punch #BF8241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 49.48%
G = 33.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8241 (or 0xBF8241) is known color: Brandy Punch. HEX triplet: BF, 82 and 41. RGB value is (191,130,65). Sum of RGB (Red+Green+Blue) = 191+130+65=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8241 is #407DBE. Grayscale: #8D8D8D. Windows color (decimal): -4226495 or 4293311. OLE color: 4293311.

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

Color convert

RGB 191 130 65 -
CMYK 0 0.32 0.66 0.25
HSL 30.95º 0.5% 0.5% -
HSV(B) 30.95º 0.66% 0.75% -
XYZ 30.42 27.42 8.69 -
YUV 140.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 191 130 65 0 0.32 0.66 0.25 30.95 0.5 0.5
Hex BF 82 41 0 20 42 19 1F 32 32
Octal 277 202 101 0 40 102 31 37 62 62
Binary 10111111 10000010 1000001 0 100000 1000010 11001 11111 110010 110010

Color Harmonies of #BF8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8241

Black with #BF8241

Text Example


Text Example

White with #BF8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8241; }

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

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

background-color css

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

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

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

border-color css

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

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

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