Html Css Color HEX #BF8545 Brandy Punch

📋 copy color: '#BF8545'

red 191 ◦ green 133 ◦ blue 69

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

Shades of Brandy Punch #BF8545

Tints of Brandy Punch #BF8545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.56%

R = 48.6%
G = 33.84%
B = 17.56%

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

#BF8545 (or 0xBF8545) is known color: Brandy Punch. HEX triplet: BF, 85 and 45. RGB value is (191,133,69). Sum of RGB (Red+Green+Blue) = 191+133+69=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8545 is #407ABA. Grayscale: #8F8F8F. Windows color (decimal): -4225723 or 4556223. OLE color: 4556223.

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

Color convert

RGB 191 133 69 -
CMYK 0 0.30 0.64 0.25
HSL 31.48º 0.49% 0.51% -
HSV(B) 31.48º 0.64% 0.75% -
XYZ 30.95 28.28 9.46 -
YUV 143.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 191 133 69 0 0.30 0.64 0.25 31.48 0.49 0.51
Hex BF 85 45 0 1E 40 19 1F 31 33
Octal 277 205 105 0 36 100 31 37 61 63
Binary 10111111 10000101 1000101 0 11110 1000000 11001 11111 110001 110011

Color Harmonies of #BF8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8545

Black with #BF8545

Text Example


Text Example

White with #BF8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8545; }

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

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

background-color css

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

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

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

border-color css

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

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

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