Html Css Color HEX #BF7D3F Brandy Punch

📋 copy color: '#BF7D3F'

red 191 ◦ green 125 ◦ blue 63

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

Shades of Brandy Punch #BF7D3F

Tints of Brandy Punch #BF7D3F

RGB

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

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

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

R = 50.4%
G = 32.98%
B = 16.62%

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

#BF7D3F (or 0xBF7D3F) is known color: Brandy Punch. HEX triplet: BF, 7D and 3F. RGB value is (191,125,63). Sum of RGB (Red+Green+Blue) = 191+125+63=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D3F is #4082C0. Grayscale: #898989. Windows color (decimal): -4227777 or 4160959. OLE color: 4160959.

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

Color convert

RGB 191 125 63 -
CMYK 0 0.35 0.67 0.25
HSL 29.06º 0.5% 0.5% -
HSV(B) 29.06º 0.67% 0.75% -
XYZ 29.72 26.1 8.17 -
YUV 137.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 191 125 63 0 0.35 0.67 0.25 29.06 0.5 0.5
Hex BF 7D 3F 0 23 43 19 1D 32 32
Octal 277 175 77 0 43 103 31 35 62 62
Binary 10111111 1111101 111111 0 100011 1000011 11001 11101 110010 110010

Color Harmonies of #BF7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D3F

Black with #BF7D3F

Text Example


Text Example

White with #BF7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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