Html Css Color HEX #BF793F Brandy Punch

📋 copy color: '#BF793F'

red 191 ◦ green 121 ◦ blue 63

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

Shades of Brandy Punch #BF793F

Tints of Brandy Punch #BF793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

 BLUE value IS 63 (25% from 255) = 16.8%

R = 50.93%
G = 32.27%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF793F (or 0xBF793F) is known color: Brandy Punch. HEX triplet: BF, 79 and 3F. RGB value is (191,121,63). Sum of RGB (Red+Green+Blue) = 191+121+63=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF793F is #4086C0. Grayscale: #878787. Windows color (decimal): -4228801 or 4159935. OLE color: 4159935.

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

Color convert

RGB 191 121 63 -
CMYK 0 0.37 0.67 0.25
HSL 27.19º 0.5% 0.5% -
HSV(B) 27.19º 0.67% 0.75% -
XYZ 29.22 25.11 8.01 -
YUV 135.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 191 121 63 0 0.37 0.67 0.25 27.19 0.5 0.5
Hex BF 79 3F 0 25 43 19 1B 32 32
Octal 277 171 77 0 45 103 31 33 62 62
Binary 10111111 1111001 111111 0 100101 1000011 11001 11011 110010 110010

Color Harmonies of #BF793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF793F

Black with #BF793F

Text Example


Text Example

White with #BF793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF793F; }

 p { color: rgb(191,121,63); }

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

background-color css

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

 a { background-color: rgb(191,121,63); }

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

border-color css

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

 span { border-color: rgb(191,121,63); }

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