Html Css Color HEX #BF8248 Brandy Punch

📋 copy color: '#BF8248'

red 191 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #BF8248

Tints of Brandy Punch #BF8248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 48.6%
G = 33.08%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8248 (or 0xBF8248) is known color: Brandy Punch. HEX triplet: BF, 82 and 48. RGB value is (191,130,72). Sum of RGB (Red+Green+Blue) = 191+130+72=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8248 is #407DB7. Grayscale: #8D8D8D. Windows color (decimal): -4226488 or 4752063. OLE color: 4752063.

HSL color Cylindrical-coordinate representation of color #BF8248: hue angle of 29.24º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF8248 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 72 -
CMYK 0 0.32 0.62 0.25
HSL 29.24º 0.48% 0.52% -
HSV(B) 29.24º 0.62% 0.75% -
XYZ 30.64 27.51 9.83 -
YUV 141.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 191 130 72 0 0.32 0.62 0.25 29.24 0.48 0.52
Hex BF 82 48 0 20 3E 19 1D 30 34
Octal 277 202 110 0 40 76 31 35 60 64
Binary 10111111 10000010 1001000 0 100000 111110 11001 11101 110000 110100

Color Harmonies of #BF8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8248

Black with #BF8248

Text Example


Text Example

White with #BF8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8248; }

 p { color: rgb(191,130,72); }

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

background-color css

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

 a { background-color: rgb(191,130,72); }

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

border-color css

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

 span { border-color: rgb(191,130,72); }

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