Html Css Color HEX #BF7F54 Brandy Punch

📋 copy color: '#BF7F54'

red 191 ◦ green 127 ◦ blue 84

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

Shades of Brandy Punch #BF7F54

Tints of Brandy Punch #BF7F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 47.51%
G = 31.59%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF7F54 (or 0xBF7F54) is known color: Brandy Punch. HEX triplet: BF, 7F and 54. RGB value is (191,127,84). Sum of RGB (Red+Green+Blue) = 191+127+84=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F54 is #4080AB. Grayscale: #8D8D8D. Windows color (decimal): -4227244 or 5537727. OLE color: 5537727.

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

Color convert

RGB 191 127 84 -
CMYK 0 0.34 0.56 0.25
HSL 24.11º 0.46% 0.54% -
HSV(B) 24.11º 0.56% 0.75% -
XYZ 30.68 26.9 11.96 -
YUV 141.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 191 127 84 0 0.34 0.56 0.25 24.11 0.46 0.54
Hex BF 7F 54 0 22 38 19 18 2E 36
Octal 277 177 124 0 42 70 31 30 56 66
Binary 10111111 1111111 1010100 0 100010 111000 11001 11000 101110 110110

Color Harmonies of #BF7F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F54

Black with #BF7F54

Text Example


Text Example

White with #BF7F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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