Html Css Color HEX #BF8644 Brandy Punch

📋 copy color: '#BF8644'

red 191 ◦ green 134 ◦ blue 68

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

Shades of Brandy Punch #BF8644

Tints of Brandy Punch #BF8644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 48.6%
G = 34.1%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8644 (or 0xBF8644) is known color: Brandy Punch. HEX triplet: BF, 86 and 44. RGB value is (191,134,68). Sum of RGB (Red+Green+Blue) = 191+134+68=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8644 is #4079BB. Grayscale: #8F8F8F. Windows color (decimal): -4225468 or 4490943. OLE color: 4490943.

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

Color convert

RGB 191 134 68 -
CMYK 0 0.30 0.64 0.25
HSL 32.2º 0.49% 0.51% -
HSV(B) 32.2º 0.64% 0.75% -
XYZ 31.05 28.54 9.34 -
YUV 143.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 191 134 68 0 0.30 0.64 0.25 32.2 0.49 0.51
Hex BF 86 44 0 1E 40 19 20 31 33
Octal 277 206 104 0 36 100 31 40 61 63
Binary 10111111 10000110 1000100 0 11110 1000000 11001 100000 110001 110011

Color Harmonies of #BF8644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8644

Black with #BF8644

Text Example


Text Example

White with #BF8644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8644; }

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

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

background-color css

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

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

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

border-color css

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

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

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