Html Css Color HEX #BF7D51 Brandy Punch

📋 copy color: '#BF7D51'

red 191 ◦ green 125 ◦ blue 81

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

Shades of Brandy Punch #BF7D51

Tints of Brandy Punch #BF7D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 48.11%
G = 31.49%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF7D51 (or 0xBF7D51) is known color: Brandy Punch. HEX triplet: BF, 7D and 51. RGB value is (191,125,81). Sum of RGB (Red+Green+Blue) = 191+125+81=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D51 is #4082AE. Grayscale: #8B8B8B. Windows color (decimal): -4227759 or 5340607. OLE color: 5340607.

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

Color convert

RGB 191 125 81 -
CMYK 0 0.35 0.58 0.25
HSL 24º 0.46% 0.53% -
HSV(B) 24º 0.58% 0.75% -
XYZ 30.3 26.34 11.27 -
YUV 139.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 191 125 81 0 0.35 0.58 0.25 24 0.46 0.53
Hex BF 7D 51 0 23 3A 19 18 2E 35
Octal 277 175 121 0 43 72 31 30 56 65
Binary 10111111 1111101 1010001 0 100011 111010 11001 11000 101110 110101

Color Harmonies of #BF7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D51

Black with #BF7D51

Text Example


Text Example

White with #BF7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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