Html Css Color HEX #BF773F Brandy Punch

📋 copy color: '#BF773F'

red 191 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #BF773F

Tints of Brandy Punch #BF773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.89%

R = 51.21%
G = 31.9%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF773F (or 0xBF773F) is known color: Brandy Punch. HEX triplet: BF, 77 and 3F. RGB value is (191,119,63). Sum of RGB (Red+Green+Blue) = 191+119+63=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF773F is #4088C0. Grayscale: #868686. Windows color (decimal): -4229313 or 4159423. OLE color: 4159423.

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

Color convert

RGB 191 119 63 -
CMYK 0 0.38 0.67 0.25
HSL 26.25º 0.5% 0.5% -
HSV(B) 26.25º 0.67% 0.75% -
XYZ 28.98 24.63 7.93 -
YUV 134.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 191 119 63 0 0.38 0.67 0.25 26.25 0.5 0.5
Hex BF 77 3F 0 26 43 19 1A 32 32
Octal 277 167 77 0 46 103 31 32 62 62
Binary 10111111 1110111 111111 0 100110 1000011 11001 11010 110010 110010

Color Harmonies of #BF773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF773F

Black with #BF773F

Text Example


Text Example

White with #BF773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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