Html Css Color HEX #BF783D Brandy Punch

📋 copy color: '#BF783D'

red 191 ◦ green 120 ◦ blue 61

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

Shades of Brandy Punch #BF783D

Tints of Brandy Punch #BF783D

RGB

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

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

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

R = 51.34%
G = 32.26%
B = 16.4%

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

#BF783D (or 0xBF783D) is known color: Brandy Punch. HEX triplet: BF, 78 and 3D. RGB value is (191,120,61). Sum of RGB (Red+Green+Blue) = 191+120+61=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF783D is #4087C2. Grayscale: #868686. Windows color (decimal): -4229059 or 4028607. OLE color: 4028607.

HSL color Cylindrical-coordinate representation of color #BF783D: hue angle of 27.23º 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 #BF783D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 61 -
CMYK 0 0.37 0.68 0.25
HSL 27.23º 0.52% 0.49% -
HSV(B) 27.23º 0.68% 0.75% -
XYZ 29.04 24.85 7.68 -
YUV 134.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 191 120 61 0 0.37 0.68 0.25 27.23 0.52 0.49
Hex BF 78 3D 0 25 44 19 1B 34 31
Octal 277 170 75 0 45 104 31 33 64 61
Binary 10111111 1111000 111101 0 100101 1000100 11001 11011 110100 110001

Color Harmonies of #BF783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF783D

Black with #BF783D

Text Example


Text Example

White with #BF783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF783D; }

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

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

background-color css

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

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

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

border-color css

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

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

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