Html Css Color HEX #BF7F53 Brandy Punch

📋 copy color: '#BF7F53'

red 191 ◦ green 127 ◦ blue 83

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

Shades of Brandy Punch #BF7F53

Tints of Brandy Punch #BF7F53

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 47.63%
G = 31.67%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF7F53 (or 0xBF7F53) is known color: Brandy Punch. HEX triplet: BF, 7F and 53. RGB value is (191,127,83). Sum of RGB (Red+Green+Blue) = 191+127+83=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F53 is #4080AC. Grayscale: #8D8D8D. Windows color (decimal): -4227245 or 5472191. OLE color: 5472191.

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

Color convert

RGB 191 127 83 -
CMYK 0 0.34 0.57 0.25
HSL 24.44º 0.46% 0.54% -
HSV(B) 24.44º 0.57% 0.75% -
XYZ 30.64 26.88 11.76 -
YUV 141.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 191 127 83 0 0.34 0.57 0.25 24.44 0.46 0.54
Hex BF 7F 53 0 22 39 19 18 2E 36
Octal 277 177 123 0 42 71 31 30 56 66
Binary 10111111 1111111 1010011 0 100010 111001 11001 11000 101110 110110

Color Harmonies of #BF7F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F53

Black with #BF7F53

Text Example


Text Example

White with #BF7F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F53; }

 p { color: rgb(191,127,83); }

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

background-color css

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

 a { background-color: rgb(191,127,83); }

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

border-color css

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

 span { border-color: rgb(191,127,83); }

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