Html Css Color HEX #BF8243 Brandy Punch

📋 copy color: '#BF8243'

red 191 ◦ green 130 ◦ blue 67

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

Shades of Brandy Punch #BF8243

Tints of Brandy Punch #BF8243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 49.23%
G = 33.51%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF8243 (or 0xBF8243) is known color: Brandy Punch. HEX triplet: BF, 82 and 43. RGB value is (191,130,67). Sum of RGB (Red+Green+Blue) = 191+130+67=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8243 is #407DBC. Grayscale: #8D8D8D. Windows color (decimal): -4226493 or 4424383. OLE color: 4424383.

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

Color convert

RGB 191 130 67 -
CMYK 0 0.32 0.65 0.25
HSL 30.48º 0.49% 0.51% -
HSV(B) 30.48º 0.65% 0.75% -
XYZ 30.48 27.45 9 -
YUV 141.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 191 130 67 0 0.32 0.65 0.25 30.48 0.49 0.51
Hex BF 82 43 0 20 41 19 1E 31 33
Octal 277 202 103 0 40 101 31 36 61 63
Binary 10111111 10000010 1000011 0 100000 1000001 11001 11110 110001 110011

Color Harmonies of #BF8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8243

Black with #BF8243

Text Example


Text Example

White with #BF8243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8243; }

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

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

background-color css

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

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

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

border-color css

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

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

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