Html Css Color HEX #BF7844 Brandy Punch

📋 copy color: '#BF7844'

red 191 ◦ green 120 ◦ blue 68

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

Shades of Brandy Punch #BF7844

Tints of Brandy Punch #BF7844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 50.4%
G = 31.66%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7844 (or 0xBF7844) is known color: Brandy Punch. HEX triplet: BF, 78 and 44. RGB value is (191,120,68). Sum of RGB (Red+Green+Blue) = 191+120+68=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7844 is #4087BB. Grayscale: #878787. Windows color (decimal): -4229052 or 4487359. OLE color: 4487359.

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

Color convert

RGB 191 120 68 -
CMYK 0 0.37 0.64 0.25
HSL 25.37º 0.49% 0.51% -
HSV(B) 25.37º 0.64% 0.75% -
XYZ 29.25 24.93 8.74 -
YUV 135.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 191 120 68 0 0.37 0.64 0.25 25.37 0.49 0.51
Hex BF 78 44 0 25 40 19 19 31 33
Octal 277 170 104 0 45 100 31 31 61 63
Binary 10111111 1111000 1000100 0 100101 1000000 11001 11001 110001 110011

Color Harmonies of #BF7844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7844

Black with #BF7844

Text Example


Text Example

White with #BF7844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7844; }

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

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

background-color css

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

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

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

border-color css

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

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

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