Html Css Color HEX #BF793E Brandy Punch

📋 copy color: '#BF793E'

red 191 ◦ green 121 ◦ blue 62

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

Shades of Brandy Punch #BF793E

Tints of Brandy Punch #BF793E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 51.07%
G = 32.35%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF793E (or 0xBF793E) is known color: Brandy Punch. HEX triplet: BF, 79 and 3E. RGB value is (191,121,62). Sum of RGB (Red+Green+Blue) = 191+121+62=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF793E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF793E is #4086C1. Grayscale: #878787. Windows color (decimal): -4228802 or 4094399. OLE color: 4094399.

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

Color convert

RGB 191 121 62 -
CMYK 0 0.37 0.68 0.25
HSL 27.44º 0.51% 0.5% -
HSV(B) 27.44º 0.68% 0.75% -
XYZ 29.19 25.1 7.86 -
YUV 135.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 191 121 62 0 0.37 0.68 0.25 27.44 0.51 0.5
Hex BF 79 3E 0 25 44 19 1B 33 32
Octal 277 171 76 0 45 104 31 33 63 62
Binary 10111111 1111001 111110 0 100101 1000100 11001 11011 110011 110010

Color Harmonies of #BF793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF793E

Black with #BF793E

Text Example


Text Example

White with #BF793E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF793E; }

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

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

background-color css

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

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

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

border-color css

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

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

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