Html Css Color HEX #BF7E41 Brandy Punch

📋 copy color: '#BF7E41'

red 191 ◦ green 126 ◦ blue 65

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

Shades of Brandy Punch #BF7E41

Tints of Brandy Punch #BF7E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 50%
G = 32.98%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7E41 (or 0xBF7E41) is known color: Brandy Punch. HEX triplet: BF, 7E and 41. RGB value is (191,126,65). Sum of RGB (Red+Green+Blue) = 191+126+65=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E41 is #4081BE. Grayscale: #8A8A8A. Windows color (decimal): -4227519 or 4292287. OLE color: 4292287.

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

Color convert

RGB 191 126 65 -
CMYK 0 0.34 0.66 0.25
HSL 29.05º 0.5% 0.5% -
HSV(B) 29.05º 0.66% 0.75% -
XYZ 29.9 26.38 8.52 -
YUV 138.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 191 126 65 0 0.34 0.66 0.25 29.05 0.5 0.5
Hex BF 7E 41 0 22 42 19 1D 32 32
Octal 277 176 101 0 42 102 31 35 62 62
Binary 10111111 1111110 1000001 0 100010 1000010 11001 11101 110010 110010

Color Harmonies of #BF7E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E41

Black with #BF7E41

Text Example


Text Example

White with #BF7E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E41; }

 p { color: rgb(191,126,65); }

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

background-color css

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

 a { background-color: rgb(191,126,65); }

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

border-color css

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

 span { border-color: rgb(191,126,65); }

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