Html Css Color HEX #BF7F4E Brandy Punch

📋 copy color: '#BF7F4E'

red 191 ◦ green 127 ◦ blue 78

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

Shades of Brandy Punch #BF7F4E

Tints of Brandy Punch #BF7F4E

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

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

R = 48.23%
G = 32.07%
B = 19.7%

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

#BF7F4E (or 0xBF7F4E) is known color: Brandy Punch. HEX triplet: BF, 7F and 4E. RGB value is (191,127,78). Sum of RGB (Red+Green+Blue) = 191+127+78=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F4E is #4080B1. Grayscale: #8C8C8C. Windows color (decimal): -4227250 or 5144511. OLE color: 5144511.

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

Color convert

RGB 191 127 78 -
CMYK 0 0.34 0.59 0.25
HSL 26.02º 0.47% 0.53% -
HSV(B) 26.02º 0.59% 0.75% -
XYZ 30.45 26.81 10.78 -
YUV 140.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 191 127 78 0 0.34 0.59 0.25 26.02 0.47 0.53
Hex BF 7F 4E 0 22 3B 19 1A 2F 35
Octal 277 177 116 0 42 73 31 32 57 65
Binary 10111111 1111111 1001110 0 100010 111011 11001 11010 101111 110101

Color Harmonies of #BF7F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F4E

Black with #BF7F4E

Text Example


Text Example

White with #BF7F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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