Html Css Color HEX #BF8543 Brandy Punch

📋 copy color: '#BF8543'

red 191 ◦ green 133 ◦ blue 67

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

Shades of Brandy Punch #BF8543

Tints of Brandy Punch #BF8543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.14%

R = 48.85%
G = 34.02%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF8543 (or 0xBF8543) is known color: Brandy Punch. HEX triplet: BF, 85 and 43. RGB value is (191,133,67). Sum of RGB (Red+Green+Blue) = 191+133+67=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8543 is #407ABC. Grayscale: #8F8F8F. Windows color (decimal): -4225725 or 4425151. OLE color: 4425151.

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

Color convert

RGB 191 133 67 -
CMYK 0 0.30 0.65 0.25
HSL 31.94º 0.49% 0.51% -
HSV(B) 31.94º 0.65% 0.75% -
XYZ 30.89 28.26 9.14 -
YUV 142.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 191 133 67 0 0.30 0.65 0.25 31.94 0.49 0.51
Hex BF 85 43 0 1E 41 19 20 31 33
Octal 277 205 103 0 36 101 31 40 61 63
Binary 10111111 10000101 1000011 0 11110 1000001 11001 100000 110001 110011

Color Harmonies of #BF8543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8543

Black with #BF8543

Text Example


Text Example

White with #BF8543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8543; }

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

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

background-color css

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

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

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

border-color css

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

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

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