Html Css Color HEX #BF773B Brandy Punch

📋 copy color: '#BF773B'

red 191 ◦ green 119 ◦ blue 59

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

Shades of Brandy Punch #BF773B

Tints of Brandy Punch #BF773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 51.76%
G = 32.25%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF773B (or 0xBF773B) is known color: Brandy Punch. HEX triplet: BF, 77 and 3B. RGB value is (191,119,59). Sum of RGB (Red+Green+Blue) = 191+119+59=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF773B is #4088C4. Grayscale: #868686. Windows color (decimal): -4229317 or 3897279. OLE color: 3897279.

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

Color convert

RGB 191 119 59 -
CMYK 0 0.38 0.69 0.25
HSL 27.27º 0.53% 0.49% -
HSV(B) 27.27º 0.69% 0.75% -
XYZ 28.87 24.59 7.36 -
YUV 133.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 191 119 59 0 0.38 0.69 0.25 27.27 0.53 0.49
Hex BF 77 3B 0 26 45 19 1B 35 31
Octal 277 167 73 0 46 105 31 33 65 61
Binary 10111111 1110111 111011 0 100110 1000101 11001 11011 110101 110001

Color Harmonies of #BF773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF773B

Black with #BF773B

Text Example


Text Example

White with #BF773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF773B; }

 p { color: rgb(191,119,59); }

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

background-color css

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

 a { background-color: rgb(191,119,59); }

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

border-color css

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

 span { border-color: rgb(191,119,59); }

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