Html Css Color HEX #BF8442 Brandy Punch

📋 copy color: '#BF8442'

red 191 ◦ green 132 ◦ blue 66

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

Shades of Brandy Punch #BF8442

Tints of Brandy Punch #BF8442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 49.1%
G = 33.93%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF8442 (or 0xBF8442) is known color: Brandy Punch. HEX triplet: BF, 84 and 42. RGB value is (191,132,66). Sum of RGB (Red+Green+Blue) = 191+132+66=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8442 is #407BBD. Grayscale: #8E8E8E. Windows color (decimal): -4225982 or 4359359. OLE color: 4359359.

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

Color convert

RGB 191 132 66 -
CMYK 0 0.31 0.65 0.25
HSL 31.68º 0.49% 0.5% -
HSV(B) 31.68º 0.65% 0.75% -
XYZ 30.72 27.97 8.93 -
YUV 142.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 191 132 66 0 0.31 0.65 0.25 31.68 0.49 0.5
Hex BF 84 42 0 1F 41 19 20 31 32
Octal 277 204 102 0 37 101 31 40 61 62
Binary 10111111 10000100 1000010 0 11111 1000001 11001 100000 110001 110010

Color Harmonies of #BF8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8442

Black with #BF8442

Text Example


Text Example

White with #BF8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8442; }

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

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

background-color css

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

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

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

border-color css

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

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

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