Html Css Color HEX #BF7D40 Brandy Punch

📋 copy color: '#BF7D40'

red 191 ◦ green 125 ◦ blue 64

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

Shades of Brandy Punch #BF7D40

Tints of Brandy Punch #BF7D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 50.26%
G = 32.89%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7D40 (or 0xBF7D40) is known color: Brandy Punch. HEX triplet: BF, 7D and 40. RGB value is (191,125,64). Sum of RGB (Red+Green+Blue) = 191+125+64=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D40 is #4082BF. Grayscale: #8A8A8A. Windows color (decimal): -4227776 or 4226495. OLE color: 4226495.

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

Color convert

RGB 191 125 64 -
CMYK 0 0.35 0.66 0.25
HSL 28.82º 0.5% 0.5% -
HSV(B) 28.82º 0.66% 0.75% -
XYZ 29.74 26.11 8.32 -
YUV 137.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 191 125 64 0 0.35 0.66 0.25 28.82 0.5 0.5
Hex BF 7D 40 0 23 42 19 1D 32 32
Octal 277 175 100 0 43 102 31 35 62 62
Binary 10111111 1111101 1000000 0 100011 1000010 11001 11101 110010 110010

Color Harmonies of #BF7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D40

Black with #BF7D40

Text Example


Text Example

White with #BF7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D40; }

 p { color: rgb(191,125,64); }

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

background-color css

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

 a { background-color: rgb(191,125,64); }

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

border-color css

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

 span { border-color: rgb(191,125,64); }

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