Html Css Color HEX #BF8144 Brandy Punch

📋 copy color: '#BF8144'

red 191 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #BF8144

Tints of Brandy Punch #BF8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 49.23%
G = 33.25%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8144 (or 0xBF8144) is known color: Brandy Punch. HEX triplet: BF, 81 and 44. RGB value is (191,129,68). Sum of RGB (Red+Green+Blue) = 191+129+68=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8144 is #407EBB. Grayscale: #8C8C8C. Windows color (decimal): -4226748 or 4489663. OLE color: 4489663.

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

Color convert

RGB 191 129 68 -
CMYK 0 0.32 0.64 0.25
HSL 29.76º 0.49% 0.51% -
HSV(B) 29.76º 0.64% 0.75% -
XYZ 30.38 27.19 9.12 -
YUV 140.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 191 129 68 0 0.32 0.64 0.25 29.76 0.49 0.51
Hex BF 81 44 0 20 40 19 1E 31 33
Octal 277 201 104 0 40 100 31 36 61 63
Binary 10111111 10000001 1000100 0 100000 1000000 11001 11110 110001 110011

Color Harmonies of #BF8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8144

Black with #BF8144

Text Example


Text Example

White with #BF8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8144; }

 p { color: rgb(191,129,68); }

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

background-color css

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

 a { background-color: rgb(191,129,68); }

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

border-color css

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

 span { border-color: rgb(191,129,68); }

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