Html Css Color HEX #BF7544 Brandy Punch

📋 copy color: '#BF7544'

red 191 ◦ green 117 ◦ blue 68

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

Shades of Brandy Punch #BF7544

Tints of Brandy Punch #BF7544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 50.8%
G = 31.12%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7544 (or 0xBF7544) is known color: Brandy Punch. HEX triplet: BF, 75 and 44. RGB value is (191,117,68). Sum of RGB (Red+Green+Blue) = 191+117+68=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7544 is #408ABB. Grayscale: #858585. Windows color (decimal): -4229820 or 4486591. OLE color: 4486591.

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

Color convert

RGB 191 117 68 -
CMYK 0 0.39 0.64 0.25
HSL 23.9º 0.49% 0.51% -
HSV(B) 23.9º 0.64% 0.75% -
XYZ 28.89 24.22 8.62 -
YUV 133.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 191 117 68 0 0.39 0.64 0.25 23.9 0.49 0.51
Hex BF 75 44 0 27 40 19 18 31 33
Octal 277 165 104 0 47 100 31 30 61 63
Binary 10111111 1110101 1000100 0 100111 1000000 11001 11000 110001 110011

Color Harmonies of #BF7544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7544

Black with #BF7544

Text Example


Text Example

White with #BF7544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7544; }

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

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

background-color css

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

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

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

border-color css

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

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

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