Html Css Color HEX #BF784E Brandy Punch

📋 copy color: '#BF784E'

red 191 ◦ green 120 ◦ blue 78

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

Shades of Brandy Punch #BF784E

Tints of Brandy Punch #BF784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 49.1%
G = 30.85%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF784E (or 0xBF784E) is known color: Brandy Punch. HEX triplet: BF, 78 and 4E. RGB value is (191,120,78). Sum of RGB (Red+Green+Blue) = 191+120+78=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF784E is #4087B1. Grayscale: #888888. Windows color (decimal): -4229042 or 5142719. OLE color: 5142719.

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

Color convert

RGB 191 120 78 -
CMYK 0 0.37 0.59 0.25
HSL 22.3º 0.47% 0.53% -
HSV(B) 22.3º 0.59% 0.75% -
XYZ 29.58 25.06 10.49 -
YUV 136.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 191 120 78 0 0.37 0.59 0.25 22.3 0.47 0.53
Hex BF 78 4E 0 25 3B 19 16 2F 35
Octal 277 170 116 0 45 73 31 26 57 65
Binary 10111111 1111000 1001110 0 100101 111011 11001 10110 101111 110101

Color Harmonies of #BF784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF784E

Black with #BF784E

Text Example


Text Example

White with #BF784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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