Html Css Color HEX #BF784D Brandy Punch

📋 copy color: '#BF784D'

red 191 ◦ green 120 ◦ blue 77

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

Shades of Brandy Punch #BF784D

Tints of Brandy Punch #BF784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 49.23%
G = 30.93%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF784D (or 0xBF784D) is known color: Brandy Punch. HEX triplet: BF, 78 and 4D. RGB value is (191,120,77). Sum of RGB (Red+Green+Blue) = 191+120+77=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF784D is #4087B2. Grayscale: #888888. Windows color (decimal): -4229043 or 5077183. OLE color: 5077183.

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

Color convert

RGB 191 120 77 -
CMYK 0 0.37 0.60 0.25
HSL 22.63º 0.47% 0.53% -
HSV(B) 22.63º 0.6% 0.75% -
XYZ 29.54 25.05 10.3 -
YUV 136.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 191 120 77 0 0.37 0.60 0.25 22.63 0.47 0.53
Hex BF 78 4D 0 25 3C 19 17 2F 35
Octal 277 170 115 0 45 74 31 27 57 65
Binary 10111111 1111000 1001101 0 100101 111100 11001 10111 101111 110101

Color Harmonies of #BF784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF784D

Black with #BF784D

Text Example


Text Example

White with #BF784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF784D; }

 p { color: rgb(191,120,77); }

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

background-color css

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

 a { background-color: rgb(191,120,77); }

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

border-color css

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

 span { border-color: rgb(191,120,77); }

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