Html Css Color HEX #BF8052 Brandy Punch

📋 copy color: '#BF8052'

red 191 ◦ green 128 ◦ blue 82

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

Shades of Brandy Punch #BF8052

Tints of Brandy Punch #BF8052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 47.63%
G = 31.92%
B = 20.45%

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

#BF8052 (or 0xBF8052) is known color: Brandy Punch. HEX triplet: BF, 80 and 52. RGB value is (191,128,82). Sum of RGB (Red+Green+Blue) = 191+128+82=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8052 is #407FAD. Grayscale: #8D8D8D. Windows color (decimal): -4226990 or 5406911. OLE color: 5406911.

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

Color convert

RGB 191 128 82 -
CMYK 0 0.33 0.57 0.25
HSL 25.32º 0.46% 0.54% -
HSV(B) 25.32º 0.57% 0.75% -
XYZ 30.73 27.12 11.6 -
YUV 141.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 191 128 82 0 0.33 0.57 0.25 25.32 0.46 0.54
Hex BF 80 52 0 21 39 19 19 2E 36
Octal 277 200 122 0 41 71 31 31 56 66
Binary 10111111 10000000 1010010 0 100001 111001 11001 11001 101110 110110

Color Harmonies of #BF8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8052

Black with #BF8052

Text Example


Text Example

White with #BF8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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