Html Css Color HEX #BF7A4E Brandy Punch

📋 copy color: '#BF7A4E'

red 191 ◦ green 122 ◦ blue 78

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

Shades of Brandy Punch #BF7A4E

Tints of Brandy Punch #BF7A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 48.85%
G = 31.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF7A4E (or 0xBF7A4E) is known color: Brandy Punch. HEX triplet: BF, 7A and 4E. RGB value is (191,122,78). Sum of RGB (Red+Green+Blue) = 191+122+78=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A4E is #4085B1. Grayscale: #898989. Windows color (decimal): -4228530 or 5143231. OLE color: 5143231.

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

Color convert

RGB 191 122 78 -
CMYK 0 0.36 0.59 0.25
HSL 23.36º 0.47% 0.53% -
HSV(B) 23.36º 0.59% 0.75% -
XYZ 29.82 25.55 10.57 -
YUV 137.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 191 122 78 0 0.36 0.59 0.25 23.36 0.47 0.53
Hex BF 7A 4E 0 24 3B 19 17 2F 35
Octal 277 172 116 0 44 73 31 27 57 65
Binary 10111111 1111010 1001110 0 100100 111011 11001 10111 101111 110101

Color Harmonies of #BF7A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A4E

Black with #BF7A4E

Text Example


Text Example

White with #BF7A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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