Html Css Color HEX #BF773C Brandy Punch

📋 copy color: '#BF773C'

red 191 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #BF773C

Tints of Brandy Punch #BF773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 51.62%
G = 32.16%
B = 16.22%

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

#BF773C (or 0xBF773C) is known color: Brandy Punch. HEX triplet: BF, 77 and 3C. RGB value is (191,119,60). Sum of RGB (Red+Green+Blue) = 191+119+60=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF773C is #4088C3. Grayscale: #868686. Windows color (decimal): -4229316 or 3962815. OLE color: 3962815.

HSL color Cylindrical-coordinate representation of color #BF773C: hue angle of 27.02º degrees, saturation: 0.52, 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 #BF773C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 60 -
CMYK 0 0.38 0.69 0.25
HSL 27.02º 0.52% 0.49% -
HSV(B) 27.02º 0.69% 0.75% -
XYZ 28.9 24.6 7.5 -
YUV 133.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 191 119 60 0 0.38 0.69 0.25 27.02 0.52 0.49
Hex BF 77 3C 0 26 45 19 1B 34 31
Octal 277 167 74 0 46 105 31 33 64 61
Binary 10111111 1110111 111100 0 100110 1000101 11001 11011 110100 110001

Color Harmonies of #BF773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF773C

Black with #BF773C

Text Example


Text Example

White with #BF773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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