Html Css Color HEX #BF8142 Brandy Punch

📋 copy color: '#BF8142'

red 191 ◦ green 129 ◦ blue 66

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

Shades of Brandy Punch #BF8142

Tints of Brandy Punch #BF8142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 49.48%
G = 33.42%
B = 17.1%

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

#BF8142 (or 0xBF8142) is known color: Brandy Punch. HEX triplet: BF, 81 and 42. RGB value is (191,129,66). Sum of RGB (Red+Green+Blue) = 191+129+66=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8142 is #407EBD. Grayscale: #8C8C8C. Windows color (decimal): -4226750 or 4358591. OLE color: 4358591.

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

Color convert

RGB 191 129 66 -
CMYK 0 0.32 0.65 0.25
HSL 30.24º 0.49% 0.5% -
HSV(B) 30.24º 0.65% 0.75% -
XYZ 30.32 27.17 8.8 -
YUV 140.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 191 129 66 0 0.32 0.65 0.25 30.24 0.49 0.5
Hex BF 81 42 0 20 41 19 1E 31 32
Octal 277 201 102 0 40 101 31 36 61 62
Binary 10111111 10000001 1000010 0 100000 1000001 11001 11110 110001 110010

Color Harmonies of #BF8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8142

Black with #BF8142

Text Example


Text Example

White with #BF8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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