Html Css Color HEX #BF8449 Brandy Punch

📋 copy color: '#BF8449'

red 191 ◦ green 132 ◦ blue 73

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

Shades of Brandy Punch #BF8449

Tints of Brandy Punch #BF8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 48.23%
G = 33.33%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF8449 (or 0xBF8449) is known color: Brandy Punch. HEX triplet: BF, 84 and 49. RGB value is (191,132,73). Sum of RGB (Red+Green+Blue) = 191+132+73=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8449 is #407BB6. Grayscale: #8F8F8F. Windows color (decimal): -4225975 or 4818111. OLE color: 4818111.

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

Color convert

RGB 191 132 73 -
CMYK 0 0.31 0.62 0.25
HSL 30º 0.48% 0.52% -
HSV(B) 30º 0.62% 0.75% -
XYZ 30.94 28.06 10.09 -
YUV 142.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 191 132 73 0 0.31 0.62 0.25 30 0.48 0.52
Hex BF 84 49 0 1F 3E 19 1E 30 34
Octal 277 204 111 0 37 76 31 36 60 64
Binary 10111111 10000100 1001001 0 11111 111110 11001 11110 110000 110100

Color Harmonies of #BF8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8449

Black with #BF8449

Text Example


Text Example

White with #BF8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8449; }

 p { color: rgb(191,132,73); }

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

background-color css

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

 a { background-color: rgb(191,132,73); }

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

border-color css

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

 span { border-color: rgb(191,132,73); }

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