Html Css Color HEX #BF8548 Brandy Punch

📋 copy color: '#BF8548'

red 191 ◦ green 133 ◦ blue 72

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

Shades of Brandy Punch #BF8548

Tints of Brandy Punch #BF8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 48.23%
G = 33.59%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8548 (or 0xBF8548) is known color: Brandy Punch. HEX triplet: BF, 85 and 48. RGB value is (191,133,72). Sum of RGB (Red+Green+Blue) = 191+133+72=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8548 is #407AB7. Grayscale: #8F8F8F. Windows color (decimal): -4225720 or 4752831. OLE color: 4752831.

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

Color convert

RGB 191 133 72 -
CMYK 0 0.30 0.62 0.25
HSL 30.76º 0.48% 0.52% -
HSV(B) 30.76º 0.62% 0.75% -
XYZ 31.04 28.32 9.96 -
YUV 143.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 191 133 72 0 0.30 0.62 0.25 30.76 0.48 0.52
Hex BF 85 48 0 1E 3E 19 1F 30 34
Octal 277 205 110 0 36 76 31 37 60 64
Binary 10111111 10000101 1001000 0 11110 111110 11001 11111 110000 110100

Color Harmonies of #BF8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8548

Black with #BF8548

Text Example


Text Example

White with #BF8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8548; }

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

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

background-color css

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

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

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

border-color css

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

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

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