Html Css Color HEX #BF7648 Brandy Punch

📋 copy color: '#BF7648'

red 191 ◦ green 118 ◦ blue 72

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

Shades of Brandy Punch #BF7648

Tints of Brandy Punch #BF7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 50.13%
G = 30.97%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7648 (or 0xBF7648) is known color: Brandy Punch. HEX triplet: BF, 76 and 48. RGB value is (191,118,72). Sum of RGB (Red+Green+Blue) = 191+118+72=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7648 is #4089B7. Grayscale: #868686. Windows color (decimal): -4229560 or 4748991. OLE color: 4748991.

HSL color Cylindrical-coordinate representation of color #BF7648: hue angle of 23.19º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF7648 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 118 72 -
CMYK 0 0.38 0.62 0.25
HSL 23.19º 0.48% 0.52% -
HSV(B) 23.19º 0.62% 0.75% -
XYZ 29.13 24.5 9.32 -
YUV 134.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 191 118 72 0 0.38 0.62 0.25 23.19 0.48 0.52
Hex BF 76 48 0 26 3E 19 17 30 34
Octal 277 166 110 0 46 76 31 27 60 64
Binary 10111111 1110110 1001000 0 100110 111110 11001 10111 110000 110100

Color Harmonies of #BF7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7648

Black with #BF7648

Text Example


Text Example

White with #BF7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7648; }

 p { color: rgb(191,118,72); }

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

background-color css

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

 a { background-color: rgb(191,118,72); }

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

border-color css

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

 span { border-color: rgb(191,118,72); }

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