Html Css Color HEX #BF7E4E Brandy Punch

📋 copy color: '#BF7E4E'

red 191 ◦ green 126 ◦ blue 78

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

Shades of Brandy Punch #BF7E4E

Tints of Brandy Punch #BF7E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.75%

R = 48.35%
G = 31.9%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF7E4E (or 0xBF7E4E) is known color: Brandy Punch. HEX triplet: BF, 7E and 4E. RGB value is (191,126,78). Sum of RGB (Red+Green+Blue) = 191+126+78=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E4E is #4081B1. Grayscale: #8C8C8C. Windows color (decimal): -4227506 or 5144255. OLE color: 5144255.

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

Color convert

RGB 191 126 78 -
CMYK 0 0.34 0.59 0.25
HSL 25.49º 0.47% 0.53% -
HSV(B) 25.49º 0.59% 0.75% -
XYZ 30.32 26.55 10.73 -
YUV 139.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 191 126 78 0 0.34 0.59 0.25 25.49 0.47 0.53
Hex BF 7E 4E 0 22 3B 19 19 2F 35
Octal 277 176 116 0 42 73 31 31 57 65
Binary 10111111 1111110 1001110 0 100010 111011 11001 11001 101111 110101

Color Harmonies of #BF7E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E4E

Black with #BF7E4E

Text Example


Text Example

White with #BF7E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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