Html Css Color HEX #BF7C3F Brandy Punch

📋 copy color: '#BF7C3F'

red 191 ◦ green 124 ◦ blue 63

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

Shades of Brandy Punch #BF7C3F

Tints of Brandy Punch #BF7C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 50.53%
G = 32.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF7C3F (or 0xBF7C3F) is known color: Brandy Punch. HEX triplet: BF, 7C and 3F. RGB value is (191,124,63). Sum of RGB (Red+Green+Blue) = 191+124+63=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C3F is #4083C0. Grayscale: #898989. Windows color (decimal): -4228033 or 4160703. OLE color: 4160703.

HSL color Cylindrical-coordinate representation of color #BF7C3F: hue angle of 28.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF7C3F is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 124 63 -
CMYK 0 0.35 0.67 0.25
HSL 28.59º 0.5% 0.5% -
HSV(B) 28.59º 0.67% 0.75% -
XYZ 29.59 25.85 8.13 -
YUV 137.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 191 124 63 0 0.35 0.67 0.25 28.59 0.5 0.5
Hex BF 7C 3F 0 23 43 19 1D 32 32
Octal 277 174 77 0 43 103 31 35 62 62
Binary 10111111 1111100 111111 0 100011 1000011 11001 11101 110010 110010

Color Harmonies of #BF7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C3F

Black with #BF7C3F

Text Example


Text Example

White with #BF7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C3F; }

 p { color: rgb(191,124,63); }

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

background-color css

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

 a { background-color: rgb(191,124,63); }

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

border-color css

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

 span { border-color: rgb(191,124,63); }

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