Html Css Color HEX #BF7B4E Brandy Punch

📋 copy color: '#BF7B4E'

red 191 ◦ green 123 ◦ blue 78

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

Shades of Brandy Punch #BF7B4E

Tints of Brandy Punch #BF7B4E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

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

R = 48.72%
G = 31.38%
B = 19.9%

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

#BF7B4E (or 0xBF7B4E) is known color: Brandy Punch. HEX triplet: BF, 7B and 4E. RGB value is (191,123,78). Sum of RGB (Red+Green+Blue) = 191+123+78=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B4E is #4084B1. Grayscale: #8A8A8A. Windows color (decimal): -4228274 or 5143487. OLE color: 5143487.

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

Color convert

RGB 191 123 78 -
CMYK 0 0.36 0.59 0.25
HSL 23.89º 0.47% 0.53% -
HSV(B) 23.89º 0.59% 0.75% -
XYZ 29.94 25.79 10.61 -
YUV 138.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 191 123 78 0 0.36 0.59 0.25 23.89 0.47 0.53
Hex BF 7B 4E 0 24 3B 19 18 2F 35
Octal 277 173 116 0 44 73 31 30 57 65
Binary 10111111 1111011 1001110 0 100100 111011 11001 11000 101111 110101

Color Harmonies of #BF7B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B4E

Black with #BF7B4E

Text Example


Text Example

White with #BF7B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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