Html Css Color HEX #BF7E4D Brandy Punch

📋 copy color: '#BF7E4D'

red 191 ◦ green 126 ◦ blue 77

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

Shades of Brandy Punch #BF7E4D

Tints of Brandy Punch #BF7E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 48.48%
G = 31.98%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF7E4D (or 0xBF7E4D) is known color: Brandy Punch. HEX triplet: BF, 7E and 4D. RGB value is (191,126,77). Sum of RGB (Red+Green+Blue) = 191+126+77=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E4D is #4081B2. Grayscale: #8C8C8C. Windows color (decimal): -4227507 or 5078719. OLE color: 5078719.

HSL color Cylindrical-coordinate representation of color #BF7E4D: hue angle of 25.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF7E4D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 126 77 -
CMYK 0 0.34 0.60 0.25
HSL 25.79º 0.47% 0.53% -
HSV(B) 25.79º 0.6% 0.75% -
XYZ 30.29 26.53 10.55 -
YUV 139.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 191 126 77 0 0.34 0.60 0.25 25.79 0.47 0.53
Hex BF 7E 4D 0 22 3C 19 1A 2F 35
Octal 277 176 115 0 42 74 31 32 57 65
Binary 10111111 1111110 1001101 0 100010 111100 11001 11010 101111 110101

Color Harmonies of #BF7E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E4D

Black with #BF7E4D

Text Example


Text Example

White with #BF7E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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