Html Css Color HEX #BF7D4D Brandy Punch

📋 copy color: '#BF7D4D'

red 191 ◦ green 125 ◦ blue 77

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

Shades of Brandy Punch #BF7D4D

Tints of Brandy Punch #BF7D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 48.6%
G = 31.81%
B = 19.59%

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

#BF7D4D (or 0xBF7D4D) is known color: Brandy Punch. HEX triplet: BF, 7D and 4D. RGB value is (191,125,77). Sum of RGB (Red+Green+Blue) = 191+125+77=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D4D is #4082B2. Grayscale: #8B8B8B. Windows color (decimal): -4227763 or 5078463. OLE color: 5078463.

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

Color convert

RGB 191 125 77 -
CMYK 0 0.35 0.60 0.25
HSL 25.26º 0.47% 0.53% -
HSV(B) 25.26º 0.6% 0.75% -
XYZ 30.16 26.28 10.5 -
YUV 139.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 191 125 77 0 0.35 0.60 0.25 25.26 0.47 0.53
Hex BF 7D 4D 0 23 3C 19 19 2F 35
Octal 277 175 115 0 43 74 31 31 57 65
Binary 10111111 1111101 1001101 0 100011 111100 11001 11001 101111 110101

Color Harmonies of #BF7D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D4D

Black with #BF7D4D

Text Example


Text Example

White with #BF7D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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