Html Css Color HEX #BF8647 Brandy Punch

📋 copy color: '#BF8647'

red 191 ◦ green 134 ◦ blue 71

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

Shades of Brandy Punch #BF8647

Tints of Brandy Punch #BF8647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 48.23%
G = 33.84%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8647 (or 0xBF8647) is known color: Brandy Punch. HEX triplet: BF, 86 and 47. RGB value is (191,134,71). Sum of RGB (Red+Green+Blue) = 191+134+71=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8647 is #4079B8. Grayscale: #909090. Windows color (decimal): -4225465 or 4687551. OLE color: 4687551.

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

Color convert

RGB 191 134 71 -
CMYK 0 0.30 0.63 0.25
HSL 31.5º 0.48% 0.51% -
HSV(B) 31.5º 0.63% 0.75% -
XYZ 31.15 28.58 9.84 -
YUV 143.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 191 134 71 0 0.30 0.63 0.25 31.5 0.48 0.51
Hex BF 86 47 0 1E 3F 19 1F 30 33
Octal 277 206 107 0 36 77 31 37 60 63
Binary 10111111 10000110 1000111 0 11110 111111 11001 11111 110000 110011

Color Harmonies of #BF8647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8647

Black with #BF8647

Text Example


Text Example

White with #BF8647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8647; }

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

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

background-color css

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

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

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

border-color css

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

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

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