Html Css Color HEX #BF8046 Brandy Punch

📋 copy color: '#BF8046'

red 191 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #BF8046

Tints of Brandy Punch #BF8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

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

R = 49.1%
G = 32.9%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8046 (or 0xBF8046) is known color: Brandy Punch. HEX triplet: BF, 80 and 46. RGB value is (191,128,70). Sum of RGB (Red+Green+Blue) = 191+128+70=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8046 is #407FB9. Grayscale: #8C8C8C. Windows color (decimal): -4227002 or 4620479. OLE color: 4620479.

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

Color convert

RGB 191 128 70 -
CMYK 0 0.33 0.63 0.25
HSL 28.76º 0.49% 0.51% -
HSV(B) 28.76º 0.63% 0.75% -
XYZ 30.31 26.96 9.4 -
YUV 140.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 191 128 70 0 0.33 0.63 0.25 28.76 0.49 0.51
Hex BF 80 46 0 21 3F 19 1D 31 33
Octal 277 200 106 0 41 77 31 35 61 63
Binary 10111111 10000000 1000110 0 100001 111111 11001 11101 110001 110011

Color Harmonies of #BF8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8046

Black with #BF8046

Text Example


Text Example

White with #BF8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8046; }

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

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

background-color css

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

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

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

border-color css

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

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

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