Html Css Color HEX #BF8246 Brandy Punch

📋 copy color: '#BF8246'

red 191 ◦ green 130 ◦ blue 70

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

Shades of Brandy Punch #BF8246

Tints of Brandy Punch #BF8246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 48.85%
G = 33.25%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8246 (or 0xBF8246) is known color: Brandy Punch. HEX triplet: BF, 82 and 46. RGB value is (191,130,70). Sum of RGB (Red+Green+Blue) = 191+130+70=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8246 is #407DB9. Grayscale: #8D8D8D. Windows color (decimal): -4226490 or 4620991. OLE color: 4620991.

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

Color convert

RGB 191 130 70 -
CMYK 0 0.32 0.63 0.25
HSL 29.75º 0.49% 0.51% -
HSV(B) 29.75º 0.63% 0.75% -
XYZ 30.57 27.48 9.49 -
YUV 141.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 191 130 70 0 0.32 0.63 0.25 29.75 0.49 0.51
Hex BF 82 46 0 20 3F 19 1E 31 33
Octal 277 202 106 0 40 77 31 36 61 63
Binary 10111111 10000010 1000110 0 100000 111111 11001 11110 110001 110011

Color Harmonies of #BF8246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8246

Black with #BF8246

Text Example


Text Example

White with #BF8246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8246; }

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

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

background-color css

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

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

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

border-color css

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

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

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