Html Css Color HEX #BF7C4D Brandy Punch

📋 copy color: '#BF7C4D'

red 191 ◦ green 124 ◦ blue 77

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

Shades of Brandy Punch #BF7C4D

Tints of Brandy Punch #BF7C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 48.72%
G = 31.63%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF7C4D (or 0xBF7C4D) is known color: Brandy Punch. HEX triplet: BF, 7C and 4D. RGB value is (191,124,77). Sum of RGB (Red+Green+Blue) = 191+124+77=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C4D is #4083B2. Grayscale: #8A8A8A. Windows color (decimal): -4228019 or 5078207. OLE color: 5078207.

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

Color convert

RGB 191 124 77 -
CMYK 0 0.35 0.60 0.25
HSL 24.74º 0.47% 0.53% -
HSV(B) 24.74º 0.6% 0.75% -
XYZ 30.03 26.03 10.46 -
YUV 138.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 191 124 77 0 0.35 0.60 0.25 24.74 0.47 0.53
Hex BF 7C 4D 0 23 3C 19 19 2F 35
Octal 277 174 115 0 43 74 31 31 57 65
Binary 10111111 1111100 1001101 0 100011 111100 11001 11001 101111 110101

Color Harmonies of #BF7C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C4D

Black with #BF7C4D

Text Example


Text Example

White with #BF7C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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