Html Css Color HEX #BF7D4A Brandy Punch

📋 copy color: '#BF7D4A'

red 191 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #BF7D4A

Tints of Brandy Punch #BF7D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 48.97%
G = 32.05%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF7D4A (or 0xBF7D4A) is known color: Brandy Punch. HEX triplet: BF, 7D and 4A. RGB value is (191,125,74). Sum of RGB (Red+Green+Blue) = 191+125+74=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D4A is #4082B5. Grayscale: #8B8B8B. Windows color (decimal): -4227766 or 4881855. OLE color: 4881855.

HSL color Cylindrical-coordinate representation of color #BF7D4A: hue angle of 26.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF7D4A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 125 74 -
CMYK 0 0.35 0.61 0.25
HSL 26.15º 0.48% 0.52% -
HSV(B) 26.15º 0.61% 0.75% -
XYZ 30.06 26.24 9.96 -
YUV 138.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 191 125 74 0 0.35 0.61 0.25 26.15 0.48 0.52
Hex BF 7D 4A 0 23 3D 19 1A 30 34
Octal 277 175 112 0 43 75 31 32 60 64
Binary 10111111 1111101 1001010 0 100011 111101 11001 11010 110000 110100

Color Harmonies of #BF7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D4A

Black with #BF7D4A

Text Example


Text Example

White with #BF7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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