Html Css Color HEX #BF8541 Brandy Punch

📋 copy color: '#BF8541'

red 191 ◦ green 133 ◦ blue 65

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

Shades of Brandy Punch #BF8541

Tints of Brandy Punch #BF8541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 49.1%
G = 34.19%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8541 (or 0xBF8541) is known color: Brandy Punch. HEX triplet: BF, 85 and 41. RGB value is (191,133,65). Sum of RGB (Red+Green+Blue) = 191+133+65=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8541 is #407ABE. Grayscale: #8E8E8E. Windows color (decimal): -4225727 or 4294079. OLE color: 4294079.

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

Color convert

RGB 191 133 65 -
CMYK 0 0.30 0.66 0.25
HSL 32.38º 0.5% 0.5% -
HSV(B) 32.38º 0.66% 0.75% -
XYZ 30.83 28.23 8.83 -
YUV 142.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 191 133 65 0 0.30 0.66 0.25 32.38 0.5 0.5
Hex BF 85 41 0 1E 42 19 20 32 32
Octal 277 205 101 0 36 102 31 40 62 62
Binary 10111111 10000101 1000001 0 11110 1000010 11001 100000 110010 110010

Color Harmonies of #BF8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8541

Black with #BF8541

Text Example


Text Example

White with #BF8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8541; }

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

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

background-color css

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

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

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

border-color css

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

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

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