Html Css Color HEX #BF793B Brandy Punch

📋 copy color: '#BF793B'

red 191 ◦ green 121 ◦ blue 59

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

Shades of Brandy Punch #BF793B

Tints of Brandy Punch #BF793B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 51.48%
G = 32.61%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF793B (or 0xBF793B) is known color: Brandy Punch. HEX triplet: BF, 79 and 3B. RGB value is (191,121,59). Sum of RGB (Red+Green+Blue) = 191+121+59=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF793B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF793B is #4086C4. Grayscale: #878787. Windows color (decimal): -4228805 or 3897791. OLE color: 3897791.

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

Color convert

RGB 191 121 59 -
CMYK 0 0.37 0.69 0.25
HSL 28.18º 0.53% 0.49% -
HSV(B) 28.18º 0.69% 0.75% -
XYZ 29.11 25.07 7.44 -
YUV 134.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 191 121 59 0 0.37 0.69 0.25 28.18 0.53 0.49
Hex BF 79 3B 0 25 45 19 1C 35 31
Octal 277 171 73 0 45 105 31 34 65 61
Binary 10111111 1111001 111011 0 100101 1000101 11001 11100 110101 110001

Color Harmonies of #BF793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF793B

Black with #BF793B

Text Example


Text Example

White with #BF793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF793B; }

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

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

background-color css

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

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

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

border-color css

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

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

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