Html Css Color HEX #BF8053 Brandy Punch

📋 copy color: '#BF8053'

red 191 ◦ green 128 ◦ blue 83

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

Shades of Brandy Punch #BF8053

Tints of Brandy Punch #BF8053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

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

R = 47.51%
G = 31.84%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8053 (or 0xBF8053) is known color: Brandy Punch. HEX triplet: BF, 80 and 53. RGB value is (191,128,83). Sum of RGB (Red+Green+Blue) = 191+128+83=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8053 is #407FAC. Grayscale: #8D8D8D. Windows color (decimal): -4226989 or 5472447. OLE color: 5472447.

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

Color convert

RGB 191 128 83 -
CMYK 0 0.33 0.57 0.25
HSL 25º 0.46% 0.54% -
HSV(B) 25º 0.57% 0.75% -
XYZ 30.77 27.14 11.8 -
YUV 141.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 191 128 83 0 0.33 0.57 0.25 25 0.46 0.54
Hex BF 80 53 0 21 39 19 19 2E 36
Octal 277 200 123 0 41 71 31 31 56 66
Binary 10111111 10000000 1010011 0 100001 111001 11001 11001 101110 110110

Color Harmonies of #BF8053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8053

Black with #BF8053

Text Example


Text Example

White with #BF8053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8053; }

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

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

background-color css

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

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

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

border-color css

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

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

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