Html Css Color HEX #BF793D Brandy Punch

📋 copy color: '#BF793D'

red 191 ◦ green 121 ◦ blue 61

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

Shades of Brandy Punch #BF793D

Tints of Brandy Punch #BF793D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 51.21%
G = 32.44%
B = 16.35%

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

#BF793D (or 0xBF793D) is known color: Brandy Punch. HEX triplet: BF, 79 and 3D. RGB value is (191,121,61). Sum of RGB (Red+Green+Blue) = 191+121+61=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF793D is #4086C2. Grayscale: #878787. Windows color (decimal): -4228803 or 4028863. OLE color: 4028863.

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

Color convert

RGB 191 121 61 -
CMYK 0 0.37 0.68 0.25
HSL 27.69º 0.52% 0.49% -
HSV(B) 27.69º 0.68% 0.75% -
XYZ 29.17 25.09 7.72 -
YUV 135.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 191 121 61 0 0.37 0.68 0.25 27.69 0.52 0.49
Hex BF 79 3D 0 25 44 19 1C 34 31
Octal 277 171 75 0 45 104 31 34 64 61
Binary 10111111 1111001 111101 0 100101 1000100 11001 11100 110100 110001

Color Harmonies of #BF793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF793D

Black with #BF793D

Text Example


Text Example

White with #BF793D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF793D; }

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

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

background-color css

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

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

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

border-color css

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

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

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