Html Css Color HEX #BF8345 Brandy Punch

📋 copy color: '#BF8345'

red 191 ◦ green 131 ◦ blue 69

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

Shades of Brandy Punch #BF8345

Tints of Brandy Punch #BF8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 48.85%
G = 33.5%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF8345 (or 0xBF8345) is known color: Brandy Punch. HEX triplet: BF, 83 and 45. RGB value is (191,131,69). Sum of RGB (Red+Green+Blue) = 191+131+69=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8345 is #407CBA. Grayscale: #8E8E8E. Windows color (decimal): -4226235 or 4555711. OLE color: 4555711.

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

Color convert

RGB 191 131 69 -
CMYK 0 0.31 0.64 0.25
HSL 30.49º 0.49% 0.51% -
HSV(B) 30.49º 0.64% 0.75% -
XYZ 30.68 27.74 9.37 -
YUV 141.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 191 131 69 0 0.31 0.64 0.25 30.49 0.49 0.51
Hex BF 83 45 0 1F 40 19 1E 31 33
Octal 277 203 105 0 37 100 31 36 61 63
Binary 10111111 10000011 1000101 0 11111 1000000 11001 11110 110001 110011

Color Harmonies of #BF8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8345

Black with #BF8345

Text Example


Text Example

White with #BF8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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