Html Css Color HEX #BF8242 Brandy Punch

📋 copy color: '#BF8242'

red 191 ◦ green 130 ◦ blue 66

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

Shades of Brandy Punch #BF8242

Tints of Brandy Punch #BF8242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 49.35%
G = 33.59%
B = 17.05%

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

#BF8242 (or 0xBF8242) is known color: Brandy Punch. HEX triplet: BF, 82 and 42. RGB value is (191,130,66). Sum of RGB (Red+Green+Blue) = 191+130+66=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8242 is #407DBD. Grayscale: #8D8D8D. Windows color (decimal): -4226494 or 4358847. OLE color: 4358847.

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

Color convert

RGB 191 130 66 -
CMYK 0 0.32 0.65 0.25
HSL 30.72º 0.49% 0.5% -
HSV(B) 30.72º 0.65% 0.75% -
XYZ 30.45 27.43 8.84 -
YUV 140.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 191 130 66 0 0.32 0.65 0.25 30.72 0.49 0.5
Hex BF 82 42 0 20 41 19 1F 31 32
Octal 277 202 102 0 40 101 31 37 61 62
Binary 10111111 10000010 1000010 0 100000 1000001 11001 11111 110001 110010

Color Harmonies of #BF8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8242

Black with #BF8242

Text Example


Text Example

White with #BF8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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